Initialize the given object instance.
Namespace: Hazelcast.CoreAssembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.2
Object Initialize(
Object obj
)
Function Initialize (
obj As Object
) As Object
Object^ Initialize(
Object^ obj
)
abstract Initialize :
obj : Object -> Object
Parameters
- obj
- Type: SystemObject
Object to initialize
Return Value
Type:
Objectthe initialized object to use
Initialize the given object instance.
This is intended for repopulating select fields and methods for deserialized instances.
It is also possible to proxy the object, e.g. with AOP proxies.
Reference