package playjson
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- playjson
- 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 reads: Reads[A]): ByteDeserializer[A]
- def jsonSerializer[A](implicit writes: Writes[A]): ByteSerializer[A]
- object JsonSupport extends JsonSupport