public class IUSerializer
extends java.lang.Object
IInstallableUnits.
These serialized IUs can be read using the IUDeserializer.
The format in which the IUs are serialized is not API and is subject to change without notice.| Constructor and Description |
|---|
IUSerializer(java.io.OutputStream os)
Construct a serializer.
|
| Modifier and Type | Method and Description |
|---|---|
void |
write(java.util.Collection<IInstallableUnit> ius)
Serialize the given collections of IU.
|