Click or drag to resize
CacheCreatePdxInstanceFactory Method
Returns a factory that can create a {@link PdxInstance}. @param className the fully qualified class name that the PdxInstance will become when it is fully deserialized. @return the factory

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

Parameters

className
Type: SystemString

Return Value

Type: IPdxInstanceFactory
See Also