The IPdxSerializer interface allows domain classes to be
serialized and deserialized as PDXs without modification
of the domain class.
A domain class should register delgate [!:Serializable.RegisterPdxType] to create new
instance of type for de-serilization.
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic interface IPdxSerializer
Public Interface IPdxSerializer
public interface class IPdxSerializer
type IPdxSerializer = interface end
The IPdxSerializer type exposes the following members.
Methods
| Name | Description |
---|
 | FromData |
Deserialize this object.
|
 | ToData |
Serializes this object in gemfire PDX format.
|
Top
See Also