Serializable object into a byte buffer and
vice versa.See: Description
| Interface | Description |
|---|---|
| ClassResolver | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| Class | Description |
|---|---|
| ClassResolvers | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| CompatibleObjectEncoder | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectDecoder | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectDecoderInputStream | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectEncoder | Deprecated
This class has been deprecated with no replacement,
because serialization can be a security liability
|
| ObjectEncoderOutputStream | Deprecated
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.
Copyright © 2008–2025 The Netty Project. All rights reserved.