Click or drag to resize

IPortableWriterWriteUTFArray Method

Writes a primitive string-array.

Namespace:  Hazelcast.IO.Serialization
Assembly:  Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.11
Syntax
void WriteUTFArray(
	string fieldName,
	string[] strings
)

Parameters

fieldName
Type: SystemString
name of the field
strings
Type: SystemString
string array to be written
Exceptions
ExceptionCondition
IOExceptionSystem.IO.IOException
Remarks
Writes a primitive string-array.
See Also