Interface JsonObjectWriter<T>
-
public interface JsonObjectWriter<T>Json object writer.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(org.json.JSONWriter writer, T object)
-
-
-
Method Detail
-
write
void write(org.json.JSONWriter writer, T object) throws org.json.JSONException- Throws:
org.json.JSONException
-
-