跳过导航链接
Netty 4.1.109.Final(2024/04/15)

程序包 io.netty.handler.codec.serialization

已过时。
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.

请参阅: 说明

程序包io.netty.handler.codec.serialization的说明

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.

跳过导航链接
Netty 4.1.109.Final(2024/04/15)

Copyright © 2024 即时通讯网(52im.net) - 即时通讯开发者社区. All rights reserved.