Search Results for

    Show / Hide Table of Contents

    Class PersistenceSnapshotSerializer

    Inheritance
    Object
    Serializer
    PersistenceSnapshotSerializer
    Inherited Members
    Serializer.system
    Serializer.Identifier
    Serializer.ToBinaryWithAddress(Address, Object)
    Serializer.FromBinary<T>(Byte[])
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: Akka.Persistence.Serialization
    Assembly: Akka.Persistence.dll
    Syntax
    public class PersistenceSnapshotSerializer : Serializer

    Constructors

    | Improve this Doc View Source

    PersistenceSnapshotSerializer(ExtendedActorSystem)

    Declaration
    public PersistenceSnapshotSerializer(ExtendedActorSystem system)
    Parameters
    Type Name Description
    ExtendedActorSystem system

    Properties

    | Improve this Doc View Source

    IncludeManifest

    Declaration
    public override bool IncludeManifest { get; }
    Property Value
    Type Description
    Boolean
    Overrides
    Serializer.IncludeManifest

    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
    Type Description
    Object
    Overrides
    Serializer.FromBinary(Byte[], Type)
    | Improve this Doc View Source

    ToBinary(Object)

    Declaration
    public override byte[] ToBinary(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Byte[]
    Overrides
    Serializer.ToBinary(Object)

    Extension Methods

    ObjectExtensions.IsDefaultForType<T>(T)
    ObjectExtensions.AsOption<T>(T)
    Extensions.AsInstanceOf<T>(Object)
    In This Article
    • githubImprove this Doc
    • View Source
    Back to top
    Contribute
    • Project Chat
    • Discussion Forum
    • Source Code
    Support
    • Akka.NET Support Plans
    • Akka.NET Observability Tools
    • Akka.NET Training & Consulting
    Maintained By
    • Petabridge - The Akka.NET Company
    • Learn Akka.NET