object LazyMk
- Companion
- class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
inline def readCases[T](context: Context, labels: List[String], formats: List[JsonFormat[_]])(json: JsValue): T
inline def readElems[T](p: ProductOf[T])(labels: List[String], formats: List[JsonFormat[_]])(json: JsValue): T
inline def writeCases[T](s: SumOf[T])(context: Context, labels: List[String], formats: List[JsonFormat[_]])(obj: T): JsValue
inline def writeElems[T](configuration: Configuration, formats: List[JsonFormat[_]])(obj: T): JsValue