Class IntegerAdapter


  • public class IntegerAdapter
    extends com.google.gson.TypeAdapter<Integer>
    Author:
    Arnaud Thimel : thimel@codelutin.com
    • Constructor Detail

      • IntegerAdapter

        public IntegerAdapter()
    • Method Detail

      • write

        public void write​(com.google.gson.stream.JsonWriter out,
                          Integer value)
                   throws IOException
        Specified by:
        write in class com.google.gson.TypeAdapter<Integer>
        Throws:
        IOException