public class ByteArrayTypeAdapter
extends com.google.gson.TypeAdapter<byte[]>
Constructor and Description |
---|
ByteArrayTypeAdapter() |
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 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
Copyright © 2022 IBM Cloud Developer Experience. All rights reserved.