Interface Jsonable

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void read​(com.google.gson.stream.JsonReader jsonReader, com.google.gson.Gson gson)  
      void write​(com.google.gson.stream.JsonWriter jsonWriter, com.google.gson.Gson gson)  
    • Method Detail

      • read

        void read​(com.google.gson.stream.JsonReader jsonReader,
                  com.google.gson.Gson gson)
           throws java.io.IOException
        Throws:
        java.io.IOException
      • write

        void write​(com.google.gson.stream.JsonWriter jsonWriter,
                   com.google.gson.Gson gson)
            throws java.io.IOException
        Throws:
        java.io.IOException