zio.http.codec.BinaryCodecWithSchema
See theBinaryCodecWithSchema companion object
final case class BinaryCodecWithSchema[A](codecFn: CodecConfig => BinaryCodec[A], schema: Schema[A])
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
In this article