Click or drag to resize
Akka.NETSerializer.ToBinary Method
Serializes the given object into a byte array

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public abstract byte[] ToBinary(
	Object obj
)

Parameters

obj
Type: System.Object
The object to serialize

Return Value

Type:Byte[]
A byte array containing the serialized object
See Also