ThriftCodec

zio.schema.codec.ThriftCodec$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
final case class DecoderContext(path: Path, expectedCount: Option[Int])

Attributes

Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any
object Encoder

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Encoder.type

Types

type Path = Chunk[String]
type PrimitiveDecoder[A] = Path => A

Implicits

Implicits

implicit def thriftCodec[A](implicit schema: Schema[A]): BinaryCodec[A]