org.json4s.jackson
package org.json4s.jackson
Members list
Type members
Classlikes
class JacksonSerialization(jsonMethods: JsonMethods) extends Serialization
Functions to serialize and deserialize a case class. Custom serializer can be inserted if a class is not a case class.
Functions to serialize and deserialize a case class. Custom serializer can be inserted if a class is not a case class.
Example:
val hints = new ShortTypeHints( ... ) implicit val formats: Formats = Serialization.formats(hints)
Attributes
- See also
-
org.json4s.TypeHints
- Source
- Serialization.scala
- Supertypes
-
trait Serializationclass Objecttrait Matchableclass Any
- Known subtypes
-
object Serialization
object Json
Attributes
- Companion
- class
- Source
- Json.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Json.type
class Json(fmts: Formats, mapper: ObjectMapper) extends JsonUtil
Attributes
- Companion
- object
- Source
- Json.scala
- Supertypes
-
class JsonUtilclass Objecttrait Matchableclass Any
object Serialization extends JacksonSerialization
Serialization using default JsonMethods
Serialization using default JsonMethods
Attributes
- Source
- Serialization.scala
- Supertypes
- Self type
-
Serialization.type
Value members
Concrete methods
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
Attributes
- Source
- package.scala
In this article