Skip navigation links

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.

See: Description

Package io.netty.handler.codec.serialization Description

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.

Skip navigation links

Copyright © 2008–2024 The Netty Project. All rights reserved.