Package

rhttpc.transport

json4s

Permalink

package json4s

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. json4s
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class CustomSerializerWithTypeHints[T, JV <: JValue] extends CustomSubTypesSerializer[T, JObject]

    Permalink
  2. class CustomSubTypesSerializer[T, JV <: JValue] extends org.json4s.Serializer[T]

    Permalink

    With contrary to org.json4s.CustomSerializer it has symmetric behaviour: if partial function for deserialization is not defined in values, serialization will be chained instead of Exception throwing.

    With contrary to org.json4s.CustomSerializer it has symmetric behaviour: if partial function for deserialization is not defined in values, serialization will be chained instead of Exception throwing. Also it handles subtypes - not only direct instances of T

  3. class Json4sDeserializer[Msg] extends Deserializer[Msg]

    Permalink
  4. class Json4sSerializer[Msg <: AnyRef] extends Serializer[Msg]

    Permalink

Value Members

  1. object AllTypeHints extends TypeHints

    Permalink
  2. object CommonFormats

    Permalink
  3. object ExceptionClassHavingConstructorWithMessageAndCause

    Permalink
  4. object ExceptionClassHavingConstructorWithMessageOnly

    Permalink
  5. object ExceptionInstanceHavingConstructorWithMessageAndCause

    Permalink
  6. object ExceptionInstanceHavingConstructorWithMessageOnly

    Permalink
  7. object ExceptionSerializer extends org.json4s.Serializer[Throwable]

    Permalink
  8. object IndexedSeqSerializer extends org.json4s.Serializer[IndexedSeq[_]]

    Permalink
  9. object ObjectSerializer extends org.json4s.Serializer[Any]

    Permalink
  10. implicit def deserializer[Msg](implicit formats: Formats): Deserializer[Msg]

    Permalink
  11. implicit def serializer[Msg <: AnyRef](implicit formats: Formats): Serializer[Msg]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped