| SerializerToBinary Method |
Serializes the given object into a byte array
Namespace:
Akka.Serialization
Assembly:
Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax public abstract byte[] ToBinary(
Object obj
)
abstract ToBinary :
obj : Object -> byte[]
Parameters
- obj
- Type: SystemObject
The object to serialize
Return Value
Type:
ByteA byte array containing the serialized object
See Also