Anton Chaplygin

Results 3 comments of Anton Chaplygin

It seems to me that it may be hard to fix because GroBuf serialization considers types known at compile-time, but it has no mechanism to call a Writer for a...

This failing test proves that the problem is in serialization process. ``` [Test] public void TestDictionaryInObjectSize() { var first = new A {S = "zzz", Z = new Dictionary {["key"]...