Encoder

e.scala.codec.Encoder
See theEncoder companion object
trait Encoder[-I, +O]

Typeclass defining how to encode an input value to an output value

Type parameters

I

Type of input

O

Type of output

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
trait Codec[S, T]

Members list

Value members

Abstract methods

def encode(input: I): O

Encodes an input

Encodes an input

Value parameters

input

An input

Attributes

Returns

Encoded output