package json
contains JSON marshallers and unmarshallers for the elements of your modelType
- Source
- package.scala
Type Members
-
class
JsonMarshaller extends AnyRef
translates from your domain objects into JSON.
translates from your domain objects into JSON. translates objects into json4s AST.
persistent components with a single member will be inlined in the JSON. does not inline PolyCTypes.
-
class
JsonUnmarshaller extends AnyRef
translates from JSON into objects from your domain model.
translates from JSON into objects from your domain model. translates from json4s AST.
expects JSON for persistent components with a single member to be inlined in the JSON. expects PolyCTypes to not be inlined.