Click or drag to resize
IPdxInstanceFactory Interface
PdxInstanceFactory gives you a way to create PdxInstances. Call the write methods to populate the field data and then call Create to produce an actual instance that contains the data. To create a factory call [!:IRegionService.CreatePdxInstanceFactory]. A factory can only create a single instance. To create multiple instances create multiple factories or use [!:IPdxInstance.CreateWriter] to create subsequent instances.

Namespace: GemStone.GemFire.Cache.Generic
Assembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntax
public interface IPdxInstanceFactory

The IPdxInstanceFactory type exposes the following members.

Methods
See Also