Click or drag to resize

IPortableWriterWritePortable Method

Writes a Portable.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.12.3
Syntax
void WritePortable(
	string fieldName,
	IPortable portable
)

Parameters

fieldName
Type: SystemString
name of the field
portable
Type: Hazelcast.IO.SerializationIPortable
Portable to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a Portable.
See Also