Click or drag to resize
ReflectionBasedAutoSerializerCreateObject Method
Overirde this method to create default instance of
className
Otherwise it will create instance using zer arg public constructor

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

Parameters

className
Type: SystemString
name of the class to create default instance

Return Value

Type: Object
the defaulf instance
See Also