Class PersistenceMessageSerializer
Inheritance
PersistenceMessageSerializer
Assembly: Akka.Persistence.dll
Syntax
public sealed class PersistenceMessageSerializer : Serializer
Constructors
|
Improve this Doc
View Source
PersistenceMessageSerializer(ExtendedActorSystem)
Declaration
public PersistenceMessageSerializer(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