@Beta
public class BinaryTypeAdapter
extends com.google.gson.TypeAdapter<byte[]>
byte[]
.Constructor and Description |
---|
BinaryTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
byte[] |
read(com.google.gson.stream.JsonReader in)
For internal use only by data model classes
|
void |
write(com.google.gson.stream.JsonWriter out,
byte[] entityValue) |
@Nullable public byte[] read(@Nonnull com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<byte[]>
IOException
public void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nullable byte[] entityValue) throws IOException
write
in class com.google.gson.TypeAdapter<byte[]>
IOException
Copyright © 2021 SAP SE. All rights reserved.