Click or drag to resize

IPortableWriterWriteByteArray Method

Writes a primitive byte-array.

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

Parameters

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