Class ConfigConfigurationSerializer
java.lang.Object
org.apache.sling.installer.core.impl.serializer.ConfigConfigurationSerializer
- All Implemented Interfaces:
ConfigurationSerializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(@NotNull Dictionary<String, Object> dictionary, @NotNull OutputStream outputStream) Serializes the given dictionary (usually retrieved from OSGi Config Admin) into a specific format.
-
Constructor Details
-
ConfigConfigurationSerializer
public ConfigConfigurationSerializer()
-
-
Method Details
-
serialize
public void serialize(@NotNull @NotNull Dictionary<String, Object> dictionary, @NotNull @NotNull OutputStream outputStream) throws IOExceptionDescription copied from interface:ConfigurationSerializerSerializes the given dictionary (usually retrieved from OSGi Config Admin) into a specific format. Leaves the output stream open.- Specified by:
serializein interfaceConfigurationSerializer- Throws:
IOException
-