Akka.Serialization.Serializer.Serializer C# (CSharp) Method

Serializer() public method

Initializes a new instance of the Serializer class.
public Serializer ( ExtendedActorSystem system ) : System
system ExtendedActorSystem The actor system to associate with this serializer.
return System
        public Serializer(ExtendedActorSystem system)
        {
            this.system = system;
        }