Packages

package json

Type Members

  1. 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.

  2. 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.

Ungrouped