ConstVecFormat

final class ConstVecFormat[A](val peer: ConstFormat[A]) extends ConstCollectionFormat[A, IndexedSeq[A]]
class ConstCollectionFormat[A, IndexedSeq[A]]
trait ConstFormat[IndexedSeq[A]]
trait ConstReader[IndexedSeq[A]]
trait Format[IndexedSeq[A]]
trait Reader[IndexedSeq[A]]
trait TFormat[Any, IndexedSeq[A]]
trait Writer[IndexedSeq[A]]
trait TReader[Any, IndexedSeq[A]]
class Object
trait Matchable
class Any

Value members

Inherited methods

final override def read(in: DataInput): IndexedSeq[A]
Definition Classes
Inherited from
ConstCollectionFormat
final def readT(in: DataInput)(tx: Any): IndexedSeq[A]
Inherited from
ConstReader
final def write(coll: IndexedSeq[A], out: DataOutput): Unit
Inherited from
ConstCollectionFormat

Concrete fields

val peer: ConstFormat[A]