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