Package

com.twitter

scrooge

Permalink

package scrooge

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

Ungrouped