public class CollectionStatusTypeAdapter extends com.google.gson.TypeAdapter<CollectionStatus>
Constructor and Description |
---|
CollectionStatusTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
CollectionStatus |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
CollectionStatus value) |
public void write(com.google.gson.stream.JsonWriter out, CollectionStatus value) throws IOException
write
in class com.google.gson.TypeAdapter<CollectionStatus>
IOException
public CollectionStatus read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<CollectionStatus>
IOException
Copyright © 2012–2016 ArangoDB GmbH. All rights reserved.