Interface JsonObjectWriter<T>


  • public interface JsonObjectWriter<T>
    Json object writer.
    • Method Detail

      • write

        void write​(org.json.JSONWriter writer,
                   T object)
            throws org.json.JSONException
        Throws:
        org.json.JSONException