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.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic void ValidateSerializableAttributes()
Public Sub ValidateSerializableAttributes
public:
void ValidateSerializableAttributes()
member ValidateSerializableAttributes : unit -> unit
Exceptions
See Also