transientCase

zio.schema.annotation.transientCase
case class transientCase() extends StaticAnnotation

Annotation specifying that serialization should make no effort to encode the case to which the annotation is applied.

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product