ReflectionBasedAutoSerializerCreateObject Method |
Overirde this method to create default instance of
Otherwise it will create instance using zer arg public constructor
Namespace: GemStone.GemFire.Cache.GenericAssembly: Gemstone.Gemfire.Cache (in Gemstone.Gemfire.Cache.dll) Version: 9.0.6.18
Syntaxpublic virtual Object CreateObject(
string className
)
Public Overridable Function CreateObject (
className As String
) As Object
public:
virtual Object^ CreateObject(
String^ className
)
abstract CreateObject :
className : string -> Object
override CreateObject :
className : string -> Object
Parameters
- className
- Type: SystemString
name of the class to create default instance
Return Value
Type:
Object the defaulf instance
See Also