Package

com.twitter

scrooge

Permalink

package scrooge

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. scrooge
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryThriftStructSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    Permalink
  2. trait CompactThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    Permalink
  3. trait JsonThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    Permalink

    Thrift serializer using the TSimpleJSONProtocol.

    Thrift serializer using the TSimpleJSONProtocol. This serializes thrift using field names, and currently does NOT support deserialization of the resulting json.

    Note

    see com.twitter.scrooge.TJSONProtocolThriftSerializer if you want to be able to deserialize from json.

  4. trait LazyBinaryThriftStructSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    Permalink
  5. trait TJSONProtocolThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    Permalink

    Thrift serializer / deserializer using the TJSONProtocol.

    Thrift serializer / deserializer using the TJSONProtocol. This serializes thrift using field ids (numbers), and does support deserialization of the resulting json.

  6. trait ThriftStructSerializer[T <: ThriftStruct] extends AnyRef

    Permalink

Value Members

  1. val AsClosableMethodName: String

    Permalink
  2. object BinaryThriftStructSerializer

    Permalink
  3. object CompactThriftSerializer

    Permalink
  4. object JsonThriftSerializer

    Permalink
  5. object LazyBinaryThriftStructSerializer

    Permalink
  6. object TJSONProtocolThriftSerializer

    Permalink
  7. object maxReusableBufferSize extends GlobalFlag[Int]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped