public interface ConfigurationSerializer
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.
|
void serialize(@NotNull @NotNull Dictionary<String,Object> dictionary, @NotNull @NotNull OutputStream outputStream) throws IOException
dictionary
- outputStream
- IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.