@Singleton public static class GsonModule.HexByteListAdapter extends GsonModule.ByteListAdapter
| Constructor and Description |
|---|
GsonModule.HexByteListAdapter() |
| Modifier and Type | Method and Description |
|---|---|
List<Byte> |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
List<Byte> value) |
public void write(com.google.gson.stream.JsonWriter writer,
List<Byte> value)
throws IOException
write in class com.google.gson.TypeAdapter<List<Byte>>IOExceptionpublic List<Byte> read(com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<List<Byte>>IOExceptionCopyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.