Interface ConfigurationSerializer

    • Method Detail

      • serialize

        void serialize​(@NotNull
                       @NotNull Dictionary<String,​Object> dictionary,
                       @NotNull
                       @NotNull OutputStream outputStream)
                throws IOException
        Serializes the given dictionary (usually retrieved from OSGi Config Admin) into a specific format. Leaves the output stream open.
        Parameters:
        dictionary -
        outputStream -
        Throws:
        IOException