Interface Encoding<E extends EncodedData<?>>

    • Method Detail

      • getKind

        String getKind()
        The name of this encoding. Used for serialization and to retrieve the necessary Codec implementations.
        Returns:
        a String representing the name of this encoding
      • decode

        EncodedData<?> decode​(E current)
        Let this Encoding work its magic and decode some data.
        Parameters:
        current - the container to decode
        Returns:
        the decoded information