CacheableObjectXmlClassId Property |
Returns the classId of the instance being serialized.
This is used by deserialization to determine what instance
type to create and deserialize into.
Namespace: GemStone.GemFire.CacheAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual uint ClassId { get; }
Public Overridable ReadOnly Property ClassId As UInteger
Get
public:
virtual property unsigned int ClassId {
unsigned int get ();
}
abstract ClassId : uint32 with get
override ClassId : uint32 with get
Return Value
Type:
UInt32the classId
Implements
IGFSerializableClassId
See Also