Packages

p

refuel

json

package json

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

Type Members

  1. trait CodecDef extends All with CodecBuildFeature

    Every interface for defining codecs is defined.

    Every interface for defining codecs is defined. The interface used for the definition is this.

    - Serialize(constructor) - Deserialize(constructor) - Format(constructor)(constructor)

    - CaseClassCodec.from[T] - ConstCodec.pure(apply)(unapply) - ConstCodec.from(jsonkeyName...)(apply)(unapply)

    - tuple(codec) - set(codec) - seq(codec) - vector(codec) - array(codec) - option(codec)

  2. trait JsonTransform extends AnyRef

    Context that performs Json serialize / deserialize by refuel json.

Value Members

  1. object Json

Inherited from AnyRef

Inherited from Any

Ungrouped