Fields

trait Fields[A]
Companion
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def decode(value: String): Either[String, A]
Implicitly added by option
def decode(value: String): Either[String, A]
def encode(value: A): String
Implicitly added by option
def encode(value: A): String