public class JSON.ByteArrayAdapter
extends com.google.gson.TypeAdapter<byte[]>
| 构造器和说明 |
|---|
ByteArrayAdapter() |
public void write(com.google.gson.stream.JsonWriter out,
byte[] value)
throws IOException
write 在类中 com.google.gson.TypeAdapter<byte[]>IOExceptionpublic byte[] read(com.google.gson.stream.JsonReader in)
throws IOException
read 在类中 com.google.gson.TypeAdapter<byte[]>IOExceptionCopyright © 2020. All rights reserved.