Ejemplo n.º 1
0
 public JsonFormatter()
 {
     _serializer            = new CustomJsonSerializer();
     _serializer.Formatting = Formatting.None;
 }
Ejemplo n.º 2
0
 public JsonFormatter()
 {
     _serializer = new CustomJsonSerializer();
     _serializer.Formatting = Formatting.None;
 }