public class JSON.ByteArrayAdapter
extends com.google.gson.TypeAdapter<byte[]>
Constructor and Description |
---|
ByteArrayAdapter() |
Modifier and Type | Method and 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 IOException
write
in class com.google.gson.TypeAdapter<byte[]>
IOException
public byte[] read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<byte[]>
IOException
Copyright © 2020. All rights reserved.