Packages

package model

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed trait KeyFormat[K] extends Format[K]

    Marshaller for resource id types.

    Marshaller for resource id types.

    Annotations
    @implicitNotFound( ... )
  2. case class Keyed[+Key, +Value](key: Key, value: Value) extends Product with Serializable
  3. sealed trait PrimitiveFormats extends AnyRef

Value Members

  1. object KeyFormat extends PrimitiveFormats
  2. object Keyed extends Serializable

Ungrouped