public class NullStringSerialize extends com.google.gson.TypeAdapter<String>
public void write(com.google.gson.stream.JsonWriter out,
String s)
throws IOException
write 在类中 com.google.gson.TypeAdapter<String>IOExceptionpublic String read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read 在类中 com.google.gson.TypeAdapter<String>IOExceptionCopyright © 2023. All rights reserved.