public interface MetadataSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(java.io.OutputStream stream,
java.util.Set<?> installableUnits)
Writes the given set of installable units to the given output stream in standard p2 metadata
repository format.
|
void serialize(java.io.OutputStream stream,
java.util.Set<?> installableUnits)
throws java.io.IOException
java.io.IOException