Click or drag to resize
PdxTypeFactoryMethod Delegate
Signature of function delegates passed to [!:Serializable.RegisterPdxType]. Such functions should return an empty instance of the type they represent. New instance will be created during de-serialization of Pdx Types IPdxSerializable.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public delegate IPdxSerializable PdxTypeFactoryMethod()

Return Value

Type: IPdxSerializable
See Also