Click or drag to resize
JavaSerializerFromBinary Method
Froms the binary.

Namespace: Akka.Serialization
Assembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntax
public override Object FromBinary(
	byte[] bytes,
	Type type
)

Parameters

bytes
Type: SystemByte
The bytes.
type
Type: SystemType
The type.

Return Value

Type: Object
System.Object.
Exceptions
ExceptionCondition
NotSupportedException
See Also