Interface IEncoder<SRCTYPE,​DSTTYPE>

    • Method Detail

      • getEncoded

        @Nullable
        DSTTYPE getEncoded​(@Nullable
                           SRCTYPE aInput)
        Encode the passed source object
        Parameters:
        aInput - The source object to be encoded
        Returns:
        The encoded value.
        Throws:
        EncodeException - In case something goes wrong