package jsonld
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- jsonld
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- abstract class Decoder[Json] extends codec.Decoder
- abstract class Encoder[Json] extends codec.Encoder
- type JsonLDDecoder[T] = Decoder[T]
- type JsonLDEncoder[T] = Encoder[T]