文件名称: netty-codec-marshalling-4.2.4.Final.jar中文-英文对照文档.zip
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-marshalling</artifactId>
<version>4.2.4.Final</version>
</dependency>Gradle:
implementation group: 'io.netty', name: 'netty-codec-marshalling', version: '4.2.4.Final'
Gradle (Short):
implementation 'io.netty:netty-codec-marshalling:4.2.4.Final'
Gradle (Kotlin):
implementation("io.netty:netty-codec-marshalling:4.2.4.Final")本翻译文档基于以下开源项目制作,严格遵守各项目的开源许可证,并在此列出其版权归属与许可证信息。
io.netty.handler.codec.marshallingio.netty.handler.codec.marshalling.CompatibleMarshallingDecoder
io.netty.handler.codec.marshalling.CompatibleMarshallingEncoder
io.netty.handler.codec.marshalling.ContextBoundUnmarshallerProvider
io.netty.handler.codec.marshalling.DefaultMarshallerProvider
io.netty.handler.codec.marshalling.DefaultUnmarshallerProvider
io.netty.handler.codec.marshalling.MarshallerProvider
io.netty.handler.codec.marshalling.MarshallingDecoder
io.netty.handler.codec.marshalling.MarshallingEncoder
io.netty.handler.codec.marshalling.ThreadLocalMarshallerProvider
io.netty.handler.codec.marshalling.ThreadLocalUnmarshallerProvider
io.netty.handler.codec.marshalling.UnmarshallerProvider