public final class DataSourceGsonTypeAdapter extends com.google.gson.TypeAdapter<NamedDataSource>
| 构造器和说明 |
|---|
DataSourceGsonTypeAdapter() |
| 限定符和类型 | 方法和说明 |
|---|---|
NamedDataSource |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
NamedDataSource value) |
public NamedDataSource read(com.google.gson.stream.JsonReader in) throws IOException
read 在类中 com.google.gson.TypeAdapter<NamedDataSource>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
NamedDataSource value)
throws IOException
write 在类中 com.google.gson.TypeAdapter<NamedDataSource>IOExceptionCopyright © 2018. All rights reserved.