JavaSerializer..::..FromBinary Method

Froms the binary.

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

Syntax


public Object FromBinary(
	byte[] bytes,
	Type type
)
Public Function FromBinary ( _
	bytes As Byte(), _
	type As Type _
) As Object
public:
Object^ FromBinary(
	array<unsigned char^>^ bytes, 
	Type^ type
)

Parameters

bytes
Type: array<Byte>[]()[][]
The bytes.
type
Type: Type
The type.

Return Value

System.Object.

Exceptions


ExceptionCondition
NotSupportedException