public class ODataBinaryAdapter
extends com.google.gson.TypeAdapter<T>
Constructor and Description |
---|
ODataBinaryAdapter() |
Modifier and Type | Method and Description |
---|---|
T |
read(com.google.gson.stream.JsonReader in)
For internal use only by data model classes
|
void |
write(com.google.gson.stream.JsonWriter out,
T entityValue)
For internal use only by data model classes
|
public void write(com.google.gson.stream.JsonWriter out, T entityValue) throws IOException
write
in class com.google.gson.TypeAdapter<T>
IOException
public T read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<T>
IOException
Copyright © 2018 SAP SE. All rights reserved.