Akka.Serialization.Serializer.Serializer C# (CSharp) 메소드

Serializer() 공개 메소드

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