ReplayingDecoder which use an Unmarshaller to read the Object out of the ByteBuf.CompatibleMarshallingDecoder.MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object.CompatibleMarshallingEncoderUnmarshallerProvider which store a reference to the Unmarshaller in the
ChannelHandlerContext via the ChannelHandlerContext.attr(AttributeKey)
method.MarshallerProvider which just create a new Marshaller
on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call.UnmarshallerProvider which will just create a new Unmarshaller
on every call to DefaultUnmarshallerProvider.getUnmarshaller(ChannelHandlerContext)DefaultMarshallerProviderMarshaller for the given ChannelHandlerContextUnmarshaller for the given ChannelHandlerContextMarshaller for the given ChannelHandlerContext.MarshallingEncoder.1048576
bytes.MessageToByteEncoder implementation which uses JBoss Marshalling to marshal
an Object.UnmarshallerProvider implementation which use a ThreadLocal to store references
to Marshaller instances.ThreadLocalMarshallerProviderUnmarshallerProvider implementation which use a ThreadLocal to store references
to Unmarshaller instances.ThreadLocalUnmarshallerProviderUnmarshaller for a ChannelHandlerContextCopyright © 2008–2025 The Netty Project. All rights reserved.