| IByteArraySerializerTWrite Method |
Converts given object to byte array
Namespace:
Hazelcast.IO.Serialization
Assembly:
Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.3
Syntax Function Write (
obj As T
) As Byte()
array<unsigned char>^ Write(
T obj
)
abstract Write :
obj : 'T -> byte[]
Parameters
- obj
- Type: T
that will be serialized
Return Value
Type:
Bytebyte array that object is serialized into
Exceptions See Also