public class PropertiesConfigurationSerializer extends Object implements ConfigurationSerializer
| Constructor and Description |
|---|
PropertiesConfigurationSerializer(boolean isXml) |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(@NotNull Dictionary<String,Object> dictionary,
@NotNull OutputStream outputStream)
Serializes the given dictionary (usually retrieved from OSGi Config Admin) into a specific format.
|
public PropertiesConfigurationSerializer(boolean isXml)
public void serialize(@NotNull
@NotNull Dictionary<String,Object> dictionary,
@NotNull
@NotNull OutputStream outputStream)
throws IOException
ConfigurationSerializerserialize in interface ConfigurationSerializerIOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.