oxygen.json.generic
package oxygen.json.generic
Members list
Type members
Classlikes
final class DeriveProductJsonDecoder[A](instances: Expressions[JsonDecoder, A])(using x$2: Quotes, x$3: Type[ObjectDecoder], x$4: Type[A], x$5: ProductGeneric[A]) extends ProductDeriver[ObjectDecoder, A]
Attributes
- Supertypes
final class DeriveProductJsonEncoder[A](instances: Expressions[JsonEncoder, A])(using x$2: Quotes, x$3: Type[ObjectEncoder], x$4: Type[A], x$5: ProductGeneric[A]) extends ProductDeriver[ObjectEncoder, A]
Attributes
- Supertypes
final class DeriveSumJsonDecoder[A](instances: Expressions[ObjectDecoder, A])(using x$2: Quotes, x$3: Type[ObjectDecoder], x$4: Type[A], x$5: SumGeneric[A]) extends SumDeriver[ObjectDecoder, A]
Attributes
- Supertypes
final class DeriveSumJsonEncoder[A](instances: Expressions[ObjectEncoder, A])(using x$2: Quotes, x$3: Type[ObjectEncoder], x$4: Type[A], x$5: SumGeneric[A]) extends SumDeriver[ObjectEncoder, A]
Attributes
- Supertypes
In this article