| Class | Description |
|---|---|
| TBinaryProtocolSerializer | |
| TCompactProtocolSerializer | |
| ThriftOnlySerializerProvider |
Serializer provider that only holds serializers that is also supported by
apache thrift.
|
| ThriftSerializerProvider |
Default serializer provider with added serializers for the thrift protocols
not covered by pure serializer.
|
| TJsonProtocolSerializer | |
| TSimpleJsonProtocolSerializer |
The simple JSON protocol is a write-only protocol, which is mainly
used for debugging of apache thrift, as they don't really have any
human readable protocols (TJson is a mess, and not even JSON compatible).
|
| TTupleProtocolSerializer |
TProtocol serializer specialized for Tuple protocol, just because thrift
decided that this protocol should be written in a different way than other
protocols.
|
Copyright © 2015–2020 morimekta.net. All rights reserved.