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(@prefix: ListMap[String, String] = ListMap[String, String](), @vocab: List[String] = List(), @language: List[String] = List(), @base: Option[Option[String]] = None, definitions: Map[String, ActiveProperty] = Map[String, ActiveProperty]()) extends Product with Serializable
  3. case class ActiveProperty(@context: ActiveContext = ActiveContext(), @type: List[ClassType[_]] = Nil, @container: List[@container] = Nil, @reverse: Boolean = false, property: Property) extends Product with Serializable
  4. trait Decoder extends AnyRef
  5. trait Encoder extends AnyRef
  6. class ExpandedMap[V] extends AnyRef
  7. case class JsonInProgress[Json](json: Json)(implicit activeContext: ActiveContext) extends Product with Serializable
  8. case class JsonObjectInProgress[Json](json: List[(String, Json)])(implicit activeContext: ActiveContext) extends Product with Serializable
  9. trait NativeTypeDecoder extends AnyRef
  10. trait NativeTypeEncoder extends AnyRef

Value Members

  1. object @container
  2. object ActiveContext extends Serializable
  3. object Decoder
  4. object Encoder
  5. object ExpandedMap
  6. object JsonInProgress extends Serializable
  7. object JsonObjectInProgress extends Serializable
  8. object NativeTypeDecoder
  9. object NativeTypeEncoder

Ungrouped