IDataSerializableFactoryCreate Method Hazelcast .Net Client Class Library
Creates an IdentifiedDataSerializable instance using given type id

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.6.2.0
Syntax

IIdentifiedDataSerializable Create(
	int typeId
)

Parameters

typeId
Type: SystemInt32
IdentifiedDataSerializable type id

Return Value

Type: IIdentifiedDataSerializable
IdentifiedDataSerializable instance or null if type id is not known by this factory
See Also

Reference