Esempio n. 1
0
 private static void OnErrorEvent(EventArgs eventArgs)
 {
     if (JSONManager.ErrorEvent != null)
     {
         JSONManager.ErrorEvent(null, eventArgs);
     }
 }
Esempio n. 2
0
 public string Serialize()
 {
     return(JSONManager.serializeToJson(this, usePrintableFormatting: true));
 }