Exemplo n.º 1
0
 public static string Serialize(IJavascriptObject o)
 {
     return(Serialize(o.ToJavascriptObject()));
 }