Click or drag to resize

IPortableWriterWritePortableArray Method

Writes a an array of Portables.

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