JsonWrapper

fabric.JsonWrapper
trait JsonWrapper

JsonWrapper mix-in provides insight to Reader and Writer generation to synchronize to and from the json value. When writing to a type, the json value is provided a reference to the original Json used to build it. When reading into Json, the additional values in the json are retained, although the values in the case class of the same name will overwrite those within the json.

Attributes

Source
JsonWrapper.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def json: Json

Attributes

Source
JsonWrapper.scala