public class HostTypeAdapter extends com.google.gson.TypeAdapter<Host>
| Constructor and Description |
|---|
HostTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,String> |
getParameterMapping() |
Host |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter out,
Host host) |
public void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nonnull Host host) throws IOException
write in class com.google.gson.TypeAdapter<Host>IOException@Nonnull public Host read(@Nonnull com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<Host>IOExceptionCopyright © 2016–2017. All rights reserved.