Exemple #1
0
 public MsgPackOrderSerializerTests(ITestOutputHelper output)
     : base(output)
 {
     // Fixture Setup
     this.serializer = new MsgPackOrderSerializer();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MsgPackCommandSerializer"/> class.
 /// </summary>
 public MsgPackCommandSerializer()
 {
     this.identifierCache = new IdentifierCache();
     this.orderSerializer = new MsgPackOrderSerializer();
 }