| IPortableWriterWriteByteArray Method |
Writes a primitive byte-array.
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax void WriteByteArray(
string fieldName,
byte[] bytes
)
Sub WriteByteArray (
fieldName As String,
bytes As Byte()
)
void WriteByteArray(
String^ fieldName,
array<unsigned char>^ bytes
)
abstract WriteByteArray :
fieldName : string *
bytes : byte[] -> unit
Parameters
- fieldName
- Type: SystemString
name of the field - bytes
- Type: SystemByte
byte array to be written
Exceptions Remarks Writes a primitive byte-array.
See Also