public interface JsonPrinter<T>
void
print(T t, JsonWriter writer)
void print(T t, JsonWriter writer) throws IOException
IOException