Package

longevity

json

Permalink

package json

contains JSON marshallers and unmarshallers for the elements of your domainModel

Source
package.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class JsonMarshaller extends AnyRef

    Permalink

    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.

  2. class JsonUnmarshaller extends AnyRef

    Permalink

    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.

Inherited from AnyRef

Inherited from Any

Ungrouped