Package

longevity

json

Permalink

package json

Visibility
  1. Public
  2. All

Type Members

  1. class JsonMarshaller extends AnyRef

    Permalink

    translates from your subdomain objects into JSON.

    translates from your subdomain objects into JSON. translates objects into json4s AST.

    Embeddables with a single member will be inlined in the JSON. Does not inline PolyETypes.

  2. class JsonUnmarshaller extends AnyRef

    Permalink

    translates from JSON into objects from your subdomain.

    translates from JSON into objects from your subdomain. translates from json4s AST.

    expects JSON for Embeddables with a single member to be inlined in the JSON. expects PolyETypes to not be inlined.

Ungrouped