package chat.server.call; public interface IJsonProvider { void writeJSONObject(IJSONWriter writer); void writeJSONData(IJSONWriter writer); }