ListTFormat

final class ListTFormat[-T, A](val peer: TFormat[T, A]) extends CollectionTFormat[T, A, List[A]]
class CollectionTFormat[T, A, List[A]]
trait TFormat[T, List[A]]
trait Writer[List[A]]
trait TReader[T, List[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

final override def readT(in: DataInput)(tx: T): List[A]
Definition Classes
Inherited from
CollectionTFormat
final def write(coll: List[A], out: DataOutput): Unit
Inherited from
CollectionTFormat

Concrete fields

val peer: TFormat[T, A]