| IDataSerializableFactoryCreate Method |
Creates an IdentifiedDataSerializable instance using given type id
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax IIdentifiedDataSerializable Create(
int typeId
)
Function Create (
typeId As Integer
) As IIdentifiedDataSerializable
IIdentifiedDataSerializable^ Create(
int typeId
)
abstract Create :
typeId : int -> IIdentifiedDataSerializable
Parameters
- typeId
- Type: SystemInt32
IdentifiedDataSerializable type id
Return Value
Type:
IIdentifiedDataSerializableIdentifiedDataSerializable instance or null if type id is not known by this factory
See Also