public class DocumentFQNJsonAdapter extends com.google.gson.TypeAdapter<DocumentFQN>
| Constructor and Description |
|---|
DocumentFQNJsonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
DocumentFQN |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
DocumentFQN documentFQN) |
public void write(com.google.gson.stream.JsonWriter out,
DocumentFQN documentFQN)
throws IOException
write in class com.google.gson.TypeAdapter<DocumentFQN>IOExceptionpublic DocumentFQN read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<DocumentFQN>IOExceptionCopyright © 2019. All rights reserved.