Serializable object into a byte buffer and
vice versa.请参阅: 说明
| 接口 | 说明 |
|---|---|
| ClassResolver | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| 类 | 说明 |
|---|---|
| ClassResolvers | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| CompatibleObjectEncoder | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectDecoder | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectDecoderInputStream | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectEncoder | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectEncoderOutputStream | 已过时
This class has been deprecated with no replacement,
because serialization can be a security liability
|
Serializable object into a byte buffer and
vice versa.
Security: serialization can be a security liability, and should not be used without defining a list of classes that are allowed to be desirialized. Such a list can be specified with the jdk.serialFilter system property, for instance. See the serialization filtering article for more information.