IPortableWriterWriteNullPortable Method Hazelcast .Net Client Class Library
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.9
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

Reference