public class GsonCustomFieldAdapter extends com.google.gson.TypeAdapter<Object>
Constructor and Description |
---|
GsonCustomFieldAdapter(com.google.gson.Gson gson) |
Modifier and Type | Method and Description |
---|---|
Object |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Object value) |
public GsonCustomFieldAdapter(@Nonnull com.google.gson.Gson gson)
public void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nullable Object value)
write
in class com.google.gson.TypeAdapter<Object>
@Nullable public Object read(@Nonnull com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<Object>
IOException
Copyright © 2020 SAP SE. All rights reserved.