public class TypeAdapterNoop<T>
extends com.google.gson.TypeAdapter<T>
| Constructor and Description |
|---|
TypeAdapterNoop() |
public void write(com.google.gson.stream.JsonWriter out,
T value)
throws IOException
write in class com.google.gson.TypeAdapter<T>IOExceptionpublic T read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<T>IOExceptionCopyright © 2014. All rights reserved.