IdentFormat

final
class IdentFormat[T <: Exec[T]] extends CastExecFormat[T, [T <: Exec[T]] =>> Ident[T]]
trait CastExecFormat[T, [T <: Exec[T]] =>> Ident[T]]
trait WritableFormat[T, Ident[T]]
trait TFormat[T, Ident[T]]
trait Writer[Ident[T]]
trait TReader[T, Ident[T]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def readT(in: DataInput)(implicit tx: T): Ident[T]

Inherited methods

def cast[T1 <: Exec[LazyRef(...)]]: TFormat[T1, Ident[T1]]
Inherited from
CastExecFormat
final
def write(value: Ident[T], out: DataOutput): Unit
Inherited from
WritableFormat