public class ArgumentsAdapter extends com.google.gson.TypeAdapter<Arguments>
Constructor and Description |
---|
ArgumentsAdapter() |
Modifier and Type | Method and Description |
---|---|
Arguments |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
Arguments args) |
public void write(com.google.gson.stream.JsonWriter jsonWriter, Arguments args) throws IOException
write
in class com.google.gson.TypeAdapter<Arguments>
IOException
public Arguments read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read
in class com.google.gson.TypeAdapter<Arguments>
IOException
Copyright © 2016. All rights reserved.