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