ClassRW

trait ClassRW[T] extends ReaderWriter[T] with ClassR[T] with ClassW[T]

ClassRW provides convenience functionality to simplify class mapping with ReaderWriter

trait ClassW[T]
trait ClassR[T]
trait ReaderWriter[T]
trait Writer[T]
trait Reader[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

protected
def map2T(map: Map[String, Value]): T
Inherited from
ClassW
override
def read(t: T): Value
Definition Classes
Inherited from
ClassR
protected
def t2Map(t: T): Map[String, Value]
Inherited from
ClassR
override
def write(value: Value): T
Definition Classes
Inherited from
ClassW