Throws IllegalStateException if the attributes are not suited for serialization
such as those that have a cache callback (listener, loader, or writer) set
directly instead of providing the library path and factory function.
Namespace: GemStone.GemFire.Cache
Assembly: GemStone.GemFire.Cache (in GemStone.GemFire.Cache.dll)
Version: 2.5.0.1
Syntax
| C# |
|---|
public void ValidateSerializableAttributes() |
| Visual Basic (Declaration) |
|---|
Public Sub ValidateSerializableAttributes |
| Visual C++ |
|---|
public: void ValidateSerializableAttributes () |
Exceptions
| Exception | Condition |
|---|---|
| GemStone.GemFire.Cache..::IllegalStateException | if the attributes cannot be serialized |
See Also
RegionAttributes Class
GemStone.GemFire.Cache Namespace