com.twitter

util

package util

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. util
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. class BinaryThriftCodec[T <: TBase[_, _]] extends ThriftCodec[T, Factory]

  2. class BinaryThriftSerializer extends ThriftSerializer with Base64StringEncoder

    A thread-safe ThriftSerializer that uses TBinaryProtocol.

  3. class CompactThriftCodec[T <: TBase[_, _]] extends ThriftCodec[T, Factory]

  4. class CompactThriftSerializer extends ThriftSerializer with Base64StringEncoder

    A thread-safe ThriftSerializer that uses TCompactProtocol.

  5. class JsonThriftSerializer extends ThriftSerializer

    A thread-safe ThriftSerializer that uses TSimpleJSONProtocol.

  6. class ThriftCodec[T <: TBase[_, _], P <: TProtocolFactory] extends Codec[T, Array[Byte]] with ThriftSerializer

  7. trait ThriftSerializer extends StringEncoder

Value Members

  1. val StorageUnitConversions: storage.type

  2. object ThriftCodec

  3. val TimeConversions: time.type

Inherited from AnyRef

Inherited from Any

Ungrouped