Lazy

trait Lazy[T] extends Encoder[T]

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

trait Encoder[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

Inherited methods

def write(w: Writer, value: T): Writer
Inherited from:
Encoder