Click or drag to resize
RegionAttributesValidateSerializableAttributes Method
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: 9.0.6.18
Syntax
public void ValidateSerializableAttributes()
Exceptions
ExceptionCondition
IllegalStateExceptionif the attributes cannot be serialized
See Also