package json
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.
Embeddables with a single member will be inlined in the JSON. Does not inline PolyETypes.
-
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 Embeddables with a single member to be inlined in the JSON. expects PolyETypes to not be inlined.