Serializable Methods |
The Serializable type exposes the following members.
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FromData |
Deserializes the native (C++) object -- returns an instance of the
Serializable class with the native object wrapped inside.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | RegisterPdxSerializer |
Set the PDX serializer for the cache. If this serializer is set,
it will be consulted to see if it can serialize any domain classes which are
added to the cache in portable data exchange format.
|
![]() ![]() | RegisterPdxType |
Register an instance factory method for a given type.
This should be used when registering types that implement
IPdxSerializable.
|
![]() ![]() | RegisterTypeGeneric |
Register an instance factory method for a given type.
This should be used when registering types that implement
IGFSerializable.
|
![]() ![]() | SetPdxTypeMapper |
Register an PdxTypeMapper to map the local types to pdx types
|
![]() | ToData |
Serializes this native (C++) object.
|
![]() | ToString |
Return a string representation of the object.
It simply returns the string representation of the underlying
native object by calling its toString() function.
(Overrides ObjectToString.) |