public class TaxonomyTypeAdapter extends com.google.gson.TypeAdapter<Taxonomy>
| Constructor and Description |
|---|
TaxonomyTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Taxonomy |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
Taxonomy value) |
public Taxonomy read(com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<Taxonomy>IOExceptionpublic void write(com.google.gson.stream.JsonWriter writer,
Taxonomy value)
throws IOException
write in class com.google.gson.TypeAdapter<Taxonomy>IOExceptionCopyright © 2015–2016. All rights reserved.