Converts given object to byte array
Namespace: Hazelcast.IO.Serialization
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9.1
Syntax
Parameters
- obj
- Type: T
that will be serialized
Return Value
Type: Bytebyte array that object is serialized into
Exceptions
Exception | Condition |
---|---|
IOException | System.IO.IOException |
See Also