Class IUDeserializer
java.lang.Object
org.eclipse.equinox.p2.metadata.io.IUDeserializer
This class allows to deserialize
IInstallableUnit
s that have been serialized with IUSerializer
.
The deserializer is able to read data that have been serialized with previous versions of the serializer.- Since:
- 1.2
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionread
(InputStream input) Deserialize a set ofIInstallableUnit
from the input stream.
-
Constructor Details
-
IUDeserializer
public IUDeserializer()Construct a new instance of the deserializer.
-
-
Method Details
-
read
Deserialize a set ofIInstallableUnit
from the input stream.- Parameters:
input
- the input stream to deserializeIInstallableUnit
s from.- Returns:
- the collection of
IInstallableUnit
s read from the input stream. - Throws:
IOException
-