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