public class IUDeserializer
extends java.lang.Object
IInstallableUnits that have been serialized with IUSerializer.
The deserializer is able to read data that have been serialized with previous versions of the serializer.| Constructor and Description |
|---|
IUDeserializer()
Construct a new instance of the deserializer.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<IInstallableUnit> |
read(java.io.InputStream input)
Deserialize a set of
IInstallableUnit from the input stream. |
public IUDeserializer()
public java.util.Collection<IInstallableUnit> read(java.io.InputStream input)
throws java.io.IOException
IInstallableUnit from the input stream.input - the input stream to deserialize IInstallableUnits from.IInstallableUnits read from the input stream.java.io.IOException