public class HeaderTypeAdapter extends com.google.gson.TypeAdapter<Header>
| Constructor and Description |
|---|
HeaderTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Header |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
Header value) |
public void write(com.google.gson.stream.JsonWriter out,
Header value)
throws IOException
write in class com.google.gson.TypeAdapter<Header>IOExceptionpublic Header read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<Header>IOExceptionCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.