PossiblyWithoutOutput

trait PossiblyWithoutOutput[T] extends Encoder[T]

An Encoder that might not actually produce any output for certain values of T (e.g. because "not-present" already carries sufficient information).

trait Encoder[T]
class Object
trait Matchable
class Any

Value members

Abstract methods

def producesOutputFor(value: T): Boolean

Inherited methods

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