Package

com.twitter.bijection

scrooge

Permalink

package scrooge

Visibility
  1. Public
  2. All

Type Members

  1. class BinaryScalaCodec[T <: ThriftStruct] extends Injection[T, Array[Byte]]

    Permalink
  2. class CompactScalaCodec[T <: ThriftStruct] extends ScalaCodec[T]

    Permalink
  3. class JsonScalaCodec[T <: ThriftStruct] extends Injection[T, String]

    Permalink
  4. class ScalaCodec[T <: ThriftStruct] extends Injection[T, Array[Byte]]

    Permalink
  5. class TBinaryProtocol extends org.apache.thrift.protocol.TBinaryProtocol

    Permalink

Value Members

  1. object BinaryScalaCodec extends Serializable

    Permalink
  2. object CompactScalaCodec extends Serializable

    Permalink
  3. object JsonScalaCodec extends Serializable

    Permalink
  4. object TBinaryProtocol

    Permalink

    Binary protocol implementation for thrift.

    Binary protocol implementation for thrift. Copied from Raghu's fix in Elephant-Bird.

Ungrouped