public class DateReadAdapter extends com.google.gson.TypeAdapter<Date>
public void write(com.google.gson.stream.JsonWriter jsonWriter,
Date date)
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 © 2023. All rights reserved.