ClassRW

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

ClassRW provides convenience functionality to simplify class mapping with RW

Source:
ClassRW.scala
trait ClassW[T]
trait ClassR[T]
trait RW[T]
trait Writer[T]
trait Reader[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

protected def map2T(map: ListMap[String, Json]): T
Inherited from:
ClassW
Source:
ClassW.scala
override def read(t: T): Json
Definition Classes
Inherited from:
ClassR
Source:
ClassR.scala
protected def t2Map(t: T): ListMap[String, Json]
Inherited from:
ClassR
Source:
ClassR.scala
override def write(value: Json): T
Definition Classes
Inherited from:
ClassW
Source:
ClassW.scala