Package

ru.makkarpov

extjson

Permalink

package extjson

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

Type Members

  1. case class GeneratedFormat[T](format: Format[T]) extends Product with Serializable

    Permalink

    Creating an implicit materializer for Format[T] is pretty dangerous since it can silently bloat your code.

    Creating an implicit materializer for Format[T] is pretty dangerous since it can silently bloat your code. But implicit generation of formatter can be useful is some cases, so I can't ignore it completely.

  2. implicit final class JsonSingletonExtensions extends AnyVal

    Permalink
  3. trait KeyFormat[T] extends AnyRef

    Permalink

    A formatter for Map keys.

    A formatter for Map keys. Since JSON only allows string keys, a separate formatter is needed.

    T

    Key type

  4. trait Tuples extends AnyRef

    Permalink

Value Members

  1. object GeneratedFormat extends Serializable

    Permalink
  2. object JsonFormats extends Tuples

    Permalink
  3. object JsonUtils

    Permalink
  4. object KeyFormat

    Permalink
  5. object Tuples

    Permalink
  6. package annotations

    Permalink
  7. package generator

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped