ExplicitConfig

zio.schema.codec.JsonCodec.ExplicitConfig
case class ExplicitConfig(encoding: Boolean = ..., decoding: Boolean = ...)

When disabled for encoding, matching fields will be omitted from the JSON. When disabled for decoding, missing fields will be decoded as the default value.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product