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