添加 Gson 适配器以支持 JSR-310 中常用的类 #57
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feat/gson-datetime"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
JSR310TypeAdapters
,包含InstantTypeAdapter
、LocalDateTimeTypeAdapter
、LocalDateTypeAdapter
和ZonedDateTimeTypeAdapter
InstantTypeAdapter
用于 Gson 序列化和反序列化Instant
2827f69aefJSR310TypeAdapters
中 0731bf2c22