com.nicta.scoobi.io

thrift

package thrift

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

Type Members

  1. type ThriftLike = TBase[_ <: TBase[_, _], _ <: TFieldIdEnum]

  2. case class ThriftSerialiser() extends Product with Serializable

    Util for converting a ThriftLike object to and from bytes.

    Util for converting a ThriftLike object to and from bytes.

    WARNING: This class is _not_ threadsafe and should be used with extreme caution!

    https://issues.apache.org/jira/browse/THRIFT-2218

Value Members

  1. object ThriftSchema

    Schema for creating Thrift WireFormat and SeqSchema instances.

  2. implicit def ThriftSeqSchema[A](implicit m: Manifest[A], ev: <:<[A, ThriftLike]): Scoobi.SeqSchema[A]

  3. implicit def ThriftWireFormat[A](implicit m: Manifest[A], ev: <:<[A, ThriftLike]): WireFormat[A]

Inherited from AnyRef

Inherited from Any

Ungrouped