Lazy

io.bullet.borer.Encoder.Lazy
trait Lazy[T] extends Encoder[T]

An Encoder that lazily wraps another Encoder. Useful, for example, for recursive definitions.

Attributes

Graph
Supertypes
trait Encoder[T]
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def delegate: Encoder[T]

Inherited methods

def write(w: Writer, value: T): Writer

Attributes

Inherited from:
Encoder