public static string Serialize(IJavascriptObject o)
 {
     return(Serialize(o.ToJavascriptObject()));
 }