Class FormatJsonAdapter
-
-
Constructor Summary
Constructors Constructor Description FormatJsonAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>read(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, List<String> value)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter out, List<String> value) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<List<String>>- Throws:
IOException
-
read
public List<String> read(com.google.gson.stream.JsonReader in) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<List<String>>- Throws:
IOException
-
-