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

Namespace:  Akka.Serialization
Assembly:  Akka.Serialization.Hyperion (in Akka.Serialization.Hyperion.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override byte[] ToBinary(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to serialize

Return Value

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