MapWriterNulls

upickle.core.Types.Writer$.MapWriterNulls
class MapWriterNulls[U, T](src: Writer[T], f: U => T) extends Writer[U]

Attributes

Graph
Supertypes
trait Writer[U]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

override def write[R](out: Visitor[_, R], v: U): R

Attributes

Definition Classes
def write0[R](out: Visitor[_, R], v: U): R

Inherited methods

def comap[U](f: U => U): MapWriter[U, T]

Attributes

Inherited from:
Writer
def comapNulls[U](f: U => U): MapWriterNulls[U, T]

Attributes

Inherited from:
Writer
def isJsonDictKey: Boolean

Whether or not the type being written can be used as a key in a JSON dictionary. Opt-in, and only applicable to writers that write primitive types like strings, booleans, numbers, etc..

Whether or not the type being written can be used as a key in a JSON dictionary. Opt-in, and only applicable to writers that write primitive types like strings, booleans, numbers, etc..

Attributes

Inherited from:
Writer
def narrow[K]: Writer[K]

Attributes

Inherited from:
Writer
def transform[V](v: U, out: Visitor[_, V]): V

Attributes

Inherited from:
Writer