using System; namespace LitJson { internal delegate void ExporterFunc(object obj, JsonWriter writer); }