ByteArraySerializer..::..ToBinary Method

To the binary.

Namespace:  Akka.Serialization
Assembly:  Akka (in Akka.dll)

Syntax


public byte[] ToBinary(
	Object obj
)
Public Function ToBinary ( _
	obj As Object _
) As Byte()
public:
array<unsigned char^>^ ToBinary(
	Object^ obj
)

Parameters

obj
Type: Object
The object.

Return Value

System.Byte[][].

Exceptions


ExceptionCondition
NotSupportedException