IPortableWriterWritePortable Method Hazelcast .Net Client Class Library
Writes a Portable.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
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

Reference