| 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.9.3
Syntax void WriteNullPortable(
string fieldName,
int factoryId,
int classId
)
Sub WriteNullPortable (
fieldName As String,
factoryId As Integer,
classId As Integer
)
void WriteNullPortable(
String^ fieldName,
int factoryId,
int classId
)
abstract WriteNullPortable :
fieldName : string *
factoryId : int *
classId : int -> unit
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 Remarks To write a null portable value, user needs to provide class and factoryIds of related class.
See Also