public interface BagDeserializer
Bags. Each deserializer
is instantiated independently of what it is working on so that only deserialize(Path)
needs to be called.| Modifier and Type | Method and Description |
|---|---|
Path |
deserialize(Path path)
Deserialize a
Bag located at the given path. |
Path deserialize(Path path) throws IOException
Bag located at the given path. This will create a
version of the bag in the parent directory of the given path.path - the Path to the serialized version of a BagPath to the deserialized bagIOException - if there are any errors deserializing the bagCopyright © 2020. All rights reserved.