Encoder

ru.johnspade.csv3s.codecs.Encoder
trait Encoder[E, D]

Type class for types that can be encoded into others.

Attributes

D

decoded type - what to encode from.

E

encoded type - what to encode to.

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Abstract methods

def encode(d: D): E