Class PersistenceSnapshotSerializer
Inheritance
PersistenceSnapshotSerializer
Assembly: Akka.Persistence.dll
Syntax
public class PersistenceSnapshotSerializer : Serializer
Constructors
|
Improve this Doc
View Source
PersistenceSnapshotSerializer(ExtendedActorSystem)
Declaration
public PersistenceSnapshotSerializer(ExtendedActorSystem system)
Parameters
Properties
|
Improve this Doc
View Source
IncludeManifest
Declaration
public override bool IncludeManifest { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
FromBinary(Byte[], Type)
Declaration
public override object FromBinary(byte[] bytes, Type type)
Parameters
Type |
Name |
Description |
Byte[] |
bytes |
|
Type |
type |
|
Returns
Overrides
|
Improve this Doc
View Source
ToBinary(Object)
Declaration
public override byte[] ToBinary(object obj)
Parameters
Type |
Name |
Description |
Object |
obj |
|
Returns
Overrides
Extension Methods