Safe Haskell | None |
---|---|
Language | Haskell98 |
- module Thrift.Protocol
- data CompactProtocol a = CompactProtocol a
Documentation
module Thrift.Protocol
data CompactProtocol a Source
the Compact Protocol implements the standard Thrift TCompactProcotol
which is similar to the TBinaryProtocol
, but takes less space on the wire.
Integral types are encoded using as varints.
CompactProtocol a | Constuct a |