All Downloads are FREE. Search and download functionalities are using the official Maven repository.

zio.schema.codec.Codec.scala Maven / Gradle / Ivy

The newest version!
package zio.schema.codec

trait Codec[Whole, Element, A] extends Encoder[Whole, Element, A] with Decoder[Whole, Element, A]




© 2015 - 2024 Weber Informatics LLC | Privacy Policy