在 android 工作室中使用 gson 从模型制作 Json

Make Json from model with gson in android studio

我在Google或其他来源上反复搜索过这个,但没有找到适合我问题的内容,请尝试帮助我解决这个问题

'Normal' java 模型中的对象 String、int、Date 等已由 gson 处理,但要反序列化模型中的自定义对象,您需要注册自己的对象自定义序列化。看看这个:https://futurestud.io/tutorials/gson-advanced-custom-deserialization-basics