Ejemplo n.º 1
0
 public string Serialize <T>(T value)
 {
     return(resolver.GetFormatter <T>().Serialize(value));
 }