Method | Description | |
---|---|---|
FromBinary ( byte bytes, |
||
FromBinary ( byte binary, string manifest ) : object |
Produces an object from an array of bytes, with an optional type-hint.
|
|
Manifest ( object o ) : string |
Return the manifest (type hint) that will be provided in the fromBinary method. Return string.Empty if not needed.
|
Method | Description | |
---|---|---|
SerializerWithStringManifest ( ExtendedActorSystem system ) : System |
public final FromBinary ( byte bytes, |
||
bytes | byte | |
type | ||
return | object |
public abstract FromBinary ( byte binary, string manifest ) : object | ||
binary | byte | |
manifest | string | |
return | object |
public abstract Manifest ( object o ) : string | ||
o | object | |
return | string |
protected SerializerWithStringManifest ( ExtendedActorSystem system ) : System | ||
system | ExtendedActorSystem | |
return | System |