CodecConfig

zio.http.codec.CodecConfig
See theCodecConfig companion object
final case class CodecConfig(ignoreEmptyCollections: Boolean)

Configuration that is handed over when creating a binary codec

Value parameters

ignoreEmptyCollections

if true, empty collections will be ignored when encoding. This is currently only used for the JSON codec

Attributes

Companion
object
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