Akka.Cluster.Tools.Singleton.Serialization.ClusterSingletonMessageSerializer.ClusterSingletonMessageSerializer C# (CSharp) Method

ClusterSingletonMessageSerializer() public method

public ClusterSingletonMessageSerializer ( ExtendedActorSystem system ) : System
system ExtendedActorSystem
return System
        public ClusterSingletonMessageSerializer(ExtendedActorSystem system) : base(system)
        {
            _identifier = SerializerIdentifierHelper.GetSerializerIdentifierFromConfig(this.GetType(), system);
        }