thrift.protocol.json

Undocumented in source.

Members

Aliases

Base64NoPad
alias Base64NoPad = Base64Impl!('+', '/', Base64.NoPadding)
Undocumented in source.

Classes

TJsonProtocol
class TJsonProtocol(Transport = TTransport)

Implementation of the Thrift JSON protocol.

TJsonProtocolFactory
class TJsonProtocolFactory(Transports...)

TProtocolFactory creating a TJsonProtocol instance for passed in transports.

Functions

tJsonProtocol
TJsonProtocol!Transport tJsonProtocol(Transport trans, int containerSizeLimit, int stringSizeLimit)

TJsonProtocol construction helper to avoid having to explicitly specify the transport type, i.e. to allow the constructor being called using IFTI (see D Bugzilla enhancement requet 6082).

Meta