Serialization
Functions to serialize and deserialize a case class. Custom serializer can be inserted if a class is not a case class.
Example:
<pre> val hints = new ShortTypeHints( ... ) implicit val formats: Formats = Serialization.formats(hints) </pre>
- See also
org.json4s.TypeHints
trait Serialization
class Object
trait Matchable
class Any
Value members
Concrete methods
Inherited methods
Create Serialization formats with given type hints.
Create Serialization formats with given type hints.
Example:
<pre> val hints = new ShortTypeHints( ... ) implicit val formats: Formats = Serialization.formats(hints) </pre>
- Inherited from
- Serialization