示例#1
0
 public MsgPackSerializer(ExtendedActorSystem system, MsgPackSerializerSettings settings) : base(system)
 {
     LocalSystem.Value = system;
     _settings         = settings;
 }
示例#2
0
 public MsgPackSerializer(ExtendedActorSystem system, Config config)
     : this(system, MsgPackSerializerSettings.Create(config))
 {
 }