Click or drag to resize
IPdxSerializer Interface
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.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public interface IPdxSerializer

The IPdxSerializer type exposes the following members.

Methods
  NameDescription
Public methodFromData
Deserialize this object.
Public methodToData
Serializes this object in gemfire PDX format.
Top
See Also