Interface DashboardSerializer

    • Method Detail

      • serialize

        void serialize​(Dashboard dashboard,
                       OutputStream os)
        Serialize the provided dashboard and write the result in the provided output stream
        Parameters:
        dashboard -
        os -
      • deserialize

        Dashboard deserialize​(InputStream model)
        Deserialize the incoming input stream into a Dashboard object Support of components and files that aren't dashboard definition may not be supported.
        Parameters:
        model -
        Returns: