Click or drag to resize

IPortableWriterWriteNullPortable Method

To write a null portable value, user needs to provide class and factoryIds of related class.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WriteNullPortable(
	string fieldName,
	int factoryId,
	int classId
)

Parameters

fieldName
Type: SystemString
name of the field
factoryId
Type: SystemInt32
factory id of related portable class
classId
Type: SystemInt32
class id of related portable class
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
To write a null portable value, user needs to provide class and factoryIds of related class.
See Also