Click or drag to resize
JavaSerializerToBinary Method
To the binary.

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

Parameters

obj
Type: SystemObject
The object.

Return Value

Type: Byte
System.Byte[][].
Exceptions
ExceptionCondition
NotSupportedException
See Also