Package e.java.codec


package e.java.codec
  • Interfaces
    Class
    Description
    Codec<S,T>
    Typeclass defining decoding and encoding together via Decoder and Encoder
    Decoder<I,O>
    Typeclass defining how to decode an input value to an output value, possibly failing with E
    Encoder<I,O>
    Typeclass defining how to encode an input value to an output value