ConstTuple2Format

final class ConstTuple2Format[A1, A2](peer1: ConstFormat[A1], peer2: ConstFormat[A2]) extends ConstFormat[(A1, A2)]
trait ConstFormat[(A1, A2)]
trait ConstReader[(A1, A2)]
trait Format[(A1, A2)]
trait Reader[(A1, A2)]
trait TFormat[Any, (A1, A2)]
trait Writer[(A1, A2)]
trait TReader[Any, (A1, A2)]
class Object
trait Matchable
class Any

Value members

Concrete methods

def read(in: DataInput): (A1, A2)
def write(tup: (A1, A2), out: DataOutput): Unit

Inherited methods

final def readT(in: DataInput)(tx: Any): (A1, A2)
Inherited from
ConstReader