Sign in
apache
/
dubbo-samples
/
8f50b484d7e31df6e11966fdb2d6ec9624d9516f
/
.
/
3-extensions
/
serialization
/
dubbo-samples-serialization
/
dubbo-samples-serialization-java
/
Readme.md
blob: 26c6328d28c3941a9d29ab9d220e2839cbfb0ee8 [
file
] [
log
] [
blame
] [
view
]
# Warning
Java
serialization
is
unsafe
.
Dubbo
Team
do
not
recommend anyone to
use
it
.
If
you still want to
use
it
,
please follow
[
JEP
290
](
https
:
//openjdk.java.net/jeps/290)
to
set
serialization filter to prevent deserialization leak
.