Interface BoundDecoder

    • Method Detail

      • decode

        java.lang.Object decode​(deltix.util.memory.MemoryDataInput in)
        Decodes an object, starting at current position of the specified MemoryDataInput.
        Parameters:
        in - A MemoryDataInput to read.
        Returns:
        A decoded message object.