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