Packages

p

lspace

codec

package codec

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class @container extends IriResource
  2. case class ActiveContext[Json](@prefix: ListMap[String, String] = ListMap[String, String](), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty[Json]] = ...) extends Product with Serializable
  3. case class ActiveProperty[Json](@context: ActiveContext[Json] = ActiveContext[Json](), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable
  4. trait Decoder[Json] extends AnyRef
  5. trait Encoder[Json] extends AnyRef
  6. case class JsonInProgress[Json](json: Json)(implicit activeContext: ActiveContext[Json]) extends Product with Serializable
  7. case class JsonObjectInProgress[Json](json: Map[String, Json])(implicit activeContext: ActiveContext[Json]) extends Product with Serializable

Value Members

  1. object @container
  2. object ActiveContext extends Serializable
  3. object JsonInProgress extends Serializable
  4. object JsonObjectInProgress extends Serializable

Ungrouped