package json
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- json
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait Decoder[Json] extends codec.Decoder
- trait Encoder[Json] extends codec.Encoder
- type JsonDecoder[T] = Decoder[T]
- type JsonEncoder[T] = Encoder[T]