Click or drag to resize

IDataSerializableFactoryCreate Method

Creates an IdentifiedDataSerializable instance using given type id

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
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