com.twitter.bijection

scrooge

package scrooge

Visibility
  1. Public
  2. All

Type Members

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

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

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

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

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

Value Members

  1. object BinaryScalaCodec extends Serializable

  2. object CompactScalaCodec extends Serializable

  3. object JsonScalaCodec extends Serializable

  4. object TBinaryProtocol

    Binary protocol implementation for thrift.

Ungrouped