Serialization
org.json4s.jackson.Serialization
object Serialization extends JacksonSerialization
Serialization using default JsonMethods
Attributes
- Source
- Serialization.scala
- Graph
-
- Supertypes
- Self type
-
Serialization.type
Members list
Value members
Inherited methods
Create Serialization formats with given type hints.
Create Serialization formats with given type hints.
Example:
val hints = new ShortTypeHints( ... ) implicit val formats: Formats = Serialization.formats(hints)
Attributes
- Inherited from:
- Serialization
- Source
- Serialization.scala
Deserialize from a Reader.
Deserialize from a Reader.
Attributes
- Inherited from:
- JacksonSerialization
- Source
- Serialization.scala
Deserialize from an JsonInput
Deserialize from an JsonInput
Attributes
- Inherited from:
- JacksonSerialization
- Source
- Serialization.scala
Deserialize from a String.
Attributes
- Inherited from:
- JacksonSerialization
- Source
- Serialization.scala
Serialize to Writer.
Serialize to String.
Serialize to Writer (pretty format).
Serialize to Writer (pretty format).
Attributes
- Inherited from:
- JacksonSerialization
- Source
- Serialization.scala
Serialize to String (pretty format).
Serialize to String (pretty format).
Attributes
- Inherited from:
- JacksonSerialization
- Source
- Serialization.scala
In this article