ObjCastFormat

trait ObjCastFormat[T <: Txn[T], Repr <: ([~ <: Txn[~]] =>> Obj[~])] extends CastTxnFormat[T, Repr] with ObjFormat[T, Repr[T]]
trait ObjFormat[T, Repr[T]]
trait CastTxnFormat[T, Repr]
trait WritableFormat[T, Repr[T]]
trait TFormat[T, Repr[T]]
trait Writer[Repr[T]]
trait TReader[T, Repr[T]]
class Object
trait Matchable
class Any

Value members

Inherited methods

def cast[T1 <: Txn[LazyRef(...)]]: TFormat[T1, Repr[T1]]
Inherited from:
CastTxnFormat
final override def readT(in: DataInput)(implicit tx: T): Repr[T]
Definition Classes
ObjFormat -> TReader
Inherited from:
ObjFormat
protected def tpe: Type
Inherited from:
ObjFormat
final def write(value: Repr[T], out: DataOutput): Unit
Inherited from:
WritableFormat