p

com.twitter

scrooge

package scrooge

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. trait BinaryThriftStructSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]
  2. trait CompactThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]
  3. trait JsonThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    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]
  5. trait TJSONProtocolThriftSerializer[T <: ThriftStruct] extends ThriftStructSerializer[T]

    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

Ungrouped