package json
contains JSON marshallers and unmarshallers for the elements of your subdomain
- Source
- package.scala
Type Members
-
class
JsonMarshaller
extends AnyRef
translates from your subdomain objects into JSON.
translates from your subdomain 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 subdomain.
translates from JSON into objects from your subdomain. 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.