Writer

org.finos.morphir.codecs.Writer$
See theWriter companion trait
object Writer

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Writer.type

Members list

Value members

Concrete methods

def encodeStatic[Format](message: Format): Encoder[Format, Any]
def encodeWith[Data, Format](f: Data => Format): Encoder[Format, Data]
def noop[Format]: Writer[Format, Any, Format]