Class GsonModule.HexByteListAdapter

    • Constructor Detail

      • HexByteListAdapter

        public HexByteListAdapter()
    • Method Detail

      • write

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