CastTxnFormat

trait CastTxnFormat[T <: Txn[T], Repr <: ([~ <: Txn[~]] =>> Writable)] extends WritableFormat[T, Repr[T]]
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
trait ObjCastFormat[T, Repr]

Value members

Concrete methods

def cast[T1 <: Txn[LazyRef(...)]]: TFormat[T1, Repr[T1]]

Inherited methods

def readT(in: DataInput)(implicit tx: T): Repr[T]
Inherited from
TReader
final
def write(value: Repr[T], out: DataOutput): Unit
Inherited from
WritableFormat