public class NullBooleanAdapter extends com.google.gson.TypeAdapter<Boolean>
| 构造器和说明 |
|---|
NullBooleanAdapter(JsonProps jsonProps) |
public NullBooleanAdapter(JsonProps jsonProps)
public void write(com.google.gson.stream.JsonWriter out,
Boolean aBoolean)
throws IOException
write 在类中 com.google.gson.TypeAdapter<Boolean>IOExceptionpublic Boolean read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read 在类中 com.google.gson.TypeAdapter<Boolean>IOExceptionCopyright © 2023. All rights reserved.