public class JSON.ByteArrayAdapter
extends com.google.gson.TypeAdapter<byte[]>
Constructor | Description |
---|---|
ByteArrayAdapter() |
Modifier and Type | Method | Description |
---|---|---|
byte[] |
read(com.google.gson.stream.JsonReader in) |
|
void |
write(com.google.gson.stream.JsonWriter out,
byte[] value) |
public void write(com.google.gson.stream.JsonWriter out, byte[] value) throws java.io.IOException
write
in class com.google.gson.TypeAdapter<byte[]>
java.io.IOException
public byte[] read(com.google.gson.stream.JsonReader in) throws java.io.IOException
read
in class com.google.gson.TypeAdapter<byte[]>
java.io.IOException