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