public static 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[]>IOExceptionpublic byte[] read(com.google.gson.stream.JsonReader in)
            throws IOException
read in class com.google.gson.TypeAdapter<byte[]>IOExceptionCopyright © 2023. All rights reserved.