Ejemplo n.º 1
0
 public static string ToSwifterJson <T>(this T obj, string dateTimeFormat = null)
 {
     return(SwifterHelper.Serialize(obj, dateTimeFormat));
 }