We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52df3b6 commit 44046aaCopy full SHA for 44046aa
src/main/java/org/geekbang/time/commonmistakes/serialization/readme.md
@@ -1,5 +1,5 @@
1
## 序列化:一来一回,你还是原来的你吗?
2
- 序列化和反序列化需要确保算法一致:redistemplate
3
-- JDK序列化要小心类的版本问题:serialversionissue
4
- 注意Jackson JSON反序列化对额外字段的处理:jsonignoreproperties
5
- 反序列化时要小心类的构造方法:deserializationconstructor
+- 枚举作为API接口参数或返回值的两个大坑:enumusedinapi
0 commit comments