public class WxBooleanTypeAdapter extends com.google.gson.TypeAdapter<Boolean>
Gson 布尔类型类型转换器 Created by Binary Wang on 2017-7-8.
public void write(com.google.gson.stream.JsonWriter out, Boolean value) throws IOException
write
在类中 com.google.gson.TypeAdapter<Boolean>
IOException
public Boolean read(com.google.gson.stream.JsonReader in) throws IOException
read
在类中 com.google.gson.TypeAdapter<Boolean>
IOException
Copyright © 2024. All rights reserved.