Format

trait Format[T] extends Reads[T] with Writes[T]
trait Writes[T]
trait Reads[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def reads(in: Input): T
Inherited from
Reads
def writes(out: Output, value: T): Unit
Inherited from
Writes