Package io.netty.handler.codec.serialization
Deprecated.
This package has been deprecated with no replacement,
 because serialization can be a security liability
Encoder, decoder and their compatibility stream implementations which
 transform a 
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.
- 
Interface Summary Interface Description ClassResolver Deprecated. This class has been deprecated with no replacement, because serialization can be a security liability - 
Class Summary Class Description ClassResolvers Deprecated. This class has been deprecated with no replacement, because serialization can be a security liabilityCompatibleObjectEncoder Deprecated. This class has been deprecated with no replacement, because serialization can be a security liabilityObjectDecoder Deprecated. This class has been deprecated with no replacement, because serialization can be a security liabilityObjectDecoderInputStream Deprecated. This class has been deprecated with no replacement, because serialization can be a security liabilityObjectEncoder Deprecated. This class has been deprecated with no replacement, because serialization can be a security liabilityObjectEncoderOutputStream Deprecated. This class has been deprecated with no replacement, because serialization can be a security liability