Exemplo n.º 1
0
 public void DeserializeFromString_ProtoBuf()
 {
     protoBufSerializer.DeserializeFromString <TestClass>(protoBufFromString);
 }