Package 

Interface Encoder


  • 
    public interface Encoder<I extends Object, O extends Object>
    
                        
    Typeclass defining how to encode an input value to an output value
    • Method Summary

      Modifier and Type Method Description
      abstract O encode(I input) Encodes an input
      • Methods inherited from class e.kotlin.codec.Encoder

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • encode

         abstract O encode(I input)
        Encodes an input
        Parameters:
        input - An input