package circe
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- circe
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- trait JsonSupport extends JwtJsonSupport with JwsJsonSupport with JwkJsonSupport
Value Members
- def jsonDeserializer[A](implicit decoder: Decoder[A]): Mapper[Array[Byte], A]
- def jsonSerializer[A](implicit encoder: Encoder[A]): Mapper[A, Array[Byte]]
- object JsonSupport extends JsonSupport