SerializerFromBinary Method |
Froms the binary.
Namespace: Akka.SerializationAssembly: Akka (in Akka.dll) Version: 0.8.0.0 (0.8.0.0)
Syntaxpublic abstract Object FromBinary(
byte[] bytes,
Type type
)
Public MustOverride Function FromBinary (
bytes As Byte(),
type As Type
) As Object
public:
virtual Object^ FromBinary(
array<unsigned char>^ bytes,
Type^ type
) abstract
abstract FromBinary :
bytes : byte[] *
type : Type -> Object
Parameters
- bytes
- Type: SystemByte
The bytes. - type
- Type: SystemType
The type.
Return Value
Type:
ObjectSystem.Object.
See Also