Class ConfigConfigurationSerializer
java.lang.Object
org.apache.sling.installer.core.impl.serializer.ConfigConfigurationSerializer
- All Implemented Interfaces:
- ConfigurationSerializer
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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- 
ConfigConfigurationSerializerpublic ConfigConfigurationSerializer()
 
- 
- 
Method Details- 
serializepublic 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 interface- ConfigurationSerializer
- Throws:
- IOException
 
 
-