| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMarshallerProvider
Default implementation of
MarshallerProvider which just create a new Marshaller
on ever DefaultMarshallerProvider.getMarshaller(ChannelHandlerContext) call. |
class |
ThreadLocalMarshallerProvider
UnmarshallerProvider implementation which use a ThreadLocal to store references
to Marshaller instances. |
| Constructor and Description |
|---|
CompatibleMarshallingEncoder(MarshallerProvider provider)
Create a new instance of the
CompatibleMarshallingEncoder |
MarshallingEncoder(MarshallerProvider provider)
Creates a new encoder.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.