Akka.Persistence.Serialization.SnapshotSerializer.SnapshotSerializer C# (CSharp) Method

SnapshotSerializer() public method

public SnapshotSerializer ( ExtendedActorSystem system ) : System
system ExtendedActorSystem
return System
        public SnapshotSerializer(ExtendedActorSystem system)
            : base(system)
        {
        }
        public Information TransportInformation