Package jadex.binary

Interface IDecoderHandler

    • Method Detail

      • isApplicable

        boolean isApplicable​(java.lang.Class<?> clazz)
        Tests if the decoder can decode the class.
        Parameters:
        clazz - The class.
        Returns:
        True, if the decoder can decode this class.
      • decode

        java.lang.Object decode​(java.lang.Class<?> clazz,
                                IDecodingContext context)
        Decodes an object.
        Parameters:
        clazz - The class of the object.
        context - The decoding context.
        Returns:
        The decoded object.