IPortableWriterWritePortableArray Method Hazelcast .Net Client Class Library
Writes a an array of Portables.

Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.8.1
Syntax

void WritePortableArray(
	string fieldName,
	IPortable[] portables
)

Parameters

fieldName
Type: SystemString
name of the field
portables
Type: Hazelcast.IO.SerializationIPortable
portable array to be written
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks

Writes a an array of Portables.
See Also

Reference