Decoder

zio.schema.codec.ProtobufCodec.Decoder
class Decoder(chunk: Chunk[Byte]) extends MutableSchemaBasedValueBuilder[Any, DecoderContext]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def decode[A](schema: Schema[A]): Either[DecodeError, A]

Inherited methods

def create[A](schema: Schema[A]): Target

Create a value of type A with the provided schema using this builder

Create a value of type A with the provided schema using this builder

Attributes

Inherited from:
MutableSchemaBasedValueBuilder