| Interface | Description |
|---|---|
| ThriftCodec<T> |
A single type codec for reading and writing in Thrift format.
|
| Class | Description |
|---|---|
| DelegateCodec<T> |
A placeholder for a
ThriftCodec that defers computation of the real codec
until it is actually used, and then just delegates to that codec. |
| ThriftCodecManager |
ThriftCodecManager contains an index of all known ThriftCodec and can create codecs for
unknown types as needed.
|
| Enum | Description |
|---|---|
| ThriftProtocolType |
| Annotation Type | Description |
|---|---|
| InternalThriftCodec |
Copyright © 2012–2024. All rights reserved.