IByteArraySerializerTWrite Method Hazelcast .Net Client Class Library
Converts given object to byte array

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

byte[] Write(
	T obj
)

Parameters

obj
Type: T
that will be serialized

Return Value

Type: Byte
byte array that object is serialized into
Exceptions

ExceptionCondition
IOExceptionSystem.IO.IOException
See Also

Reference