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