Méthode | Description | |
---|---|---|
FromBinary ( byte bytes, |
Deserializes a Snapshot. Delegates deserialization of snapshot data to a matching Serializer
|
|
SnapshotSerializer ( ExtendedActorSystem system ) : System | ||
ToBinary ( object obj ) : byte[] |
Serializes a Snapshot. Delegates serialization of snapshot data to a matching Serializer
|
Méthode | Description | |
---|---|---|
GetTransportInformation ( ) : Akka.Serialization.Information | ||
ParseSnapshotHeader ( ArraySegment |
||
ReadInt ( |
||
Serialize ( object snapshot ) : byte[] | ||
SnapshotFromBinary ( byte bytes ) : object | ||
SnapshotToBinary ( object snapshot ) : byte[] | ||
WriteInt ( |
public FromBinary ( byte bytes, |
||
bytes | byte | |
type | ||
Résultat | object |
public SnapshotSerializer ( ExtendedActorSystem system ) : System | ||
system | ExtendedActorSystem | |
Résultat | System |