Skip to content

Commit e91a327

Browse files
authored
Update 20.2.6 Known limitations.md
1 parent 95155c8 commit e91a327

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
###20.2.6 已知限制
2+
3+
重启功能不能跟使用标准`ObjectInputStream`反序列化的对象工作,如果需要反序列化数据,你可能需要使用Spring的`ConfigurableObjectInputStream`,并结合`Thread.currentThread().getContextClassLoader()`
4+
5+
不幸的是,一些第三方库反序列化时没有考虑上下文类加载器,如果发现这样的问题,你需要让原作者给处理下。

0 commit comments

Comments
 (0)