Interface DataWrapper

  • All Known Implementing Classes:
    JSONWrapper, XMLWrapper

    public interface DataWrapper
    Interface provides method for wrapping all important data in to properly documented format, design mainly for data transfer. Format should contain generated data and all necessary information, to identify their origin.
    • Method Detail

      • wrapData

        String wrapData​(List<Data> data)
        Wraps data into specific format
        Parameters:
        data - generated from device
        Returns:
        String representation of data format