neotype.jsoniter

Members list

Givens

Givens

inline given newtypeCodec[A, B](using newType: WithType[A, B], inline config: CodecMakerConfig): JsonValueCodec[B]
inline given subtypeCodec[A, B <: A](using subType: WithType[A, B], inline config: CodecMakerConfig): JsonValueCodec[B]