Click or drag to resize

IPortableWriter.WritePortable 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: System.String
name of the field
portable
Type: Hazelcast.IO.Serialization.IPortable
Portable to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a Portable.
See Also