Safe Haskell | None |
---|---|
Language | Haskell98 |
Thrift.Protocol.Compact
- 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.
Constructors
CompactProtocol a | Constuct a |
Instances