Package

lspace

codec

Permalink

package codec

Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class @container extends IriResource

    Permalink
  2. case class ActiveContext(@prefix: ListMap[String, String] = ListMap[String, String](), @vocab: Option[String] = None, @language: Option[String] = None, @base: Option[String] = None, properties: Map[Property, ActiveProperty] = Map[Property, ActiveProperty]()) extends Product with Serializable

    Permalink
  3. case class ActiveProperty(@context: ActiveContext = ActiveContext(), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil) extends Product with Serializable

    Permalink
  4. trait Decoder extends AnyRef

    Permalink
  5. trait Encoder extends AnyRef

    Permalink
  6. case class JsonInProgress[Json](json: Json)(implicit activeContext: ActiveContext) extends Product with Serializable

    Permalink
  7. case class JsonObjectInProgress[Json](json: List[(String, Json)])(implicit activeContext: ActiveContext) extends Product with Serializable

    Permalink
  8. trait NativeTypeDecoder extends AnyRef

    Permalink
  9. trait NativeTypeEncoder extends AnyRef

    Permalink

Value Members

  1. object @container

    Permalink
  2. object ActiveContext extends Serializable

    Permalink
  3. object Decoder

    Permalink
  4. object Encoder

    Permalink
  5. object JsonInProgress extends Serializable

    Permalink
  6. object JsonObjectInProgress extends Serializable

    Permalink
  7. object NativeTypeDecoder

    Permalink
  8. object NativeTypeEncoder

    Permalink
  9. package exception

    Permalink

Ungrouped