|  | 
| static Object | deserializeZip (final String archive, final String name)  throws IOException, ClassNotFoundException | 
|  | 
| static List< List< Object > > | deserializeZip (final String archive)  throws IOException, ClassNotFoundException | 
|  | 
| static List< List< Object > > | deserializeZip (final URL archiveUrl)  throws IOException, ClassNotFoundException | 
|  | 
|  | 
| static void | info (final String message) | 
|  | 
ZipDeSerializer
- Author
- Bernard Bou 
◆ ZipDeSerializer()
  
  | 
        
          | grammarscope.server.io.serialize.ZipDeSerializer.ZipDeSerializer | ( |  | ) |  |  | private | 
 
 
◆ deserializeZip() [1/3]
  
  | 
        
          | static List<List<Object> > grammarscope.server.io.serialize.ZipDeSerializer.deserializeZip | ( | final String | archive | ) | throws IOException, ClassNotFoundException |  | static | 
 
Deserialize all from archive
- Parameters
- 
  
  
- Returns
- list of entry objects 
- Exceptions
- 
  
    | IOException | exception |  | ClassNotFoundException | exception |  
 
 
 
◆ deserializeZip() [2/3]
  
  | 
        
          | static Object grammarscope.server.io.serialize.ZipDeSerializer.deserializeZip | ( | final String | archive, |  
          |  |  | final String | name |  
          |  | ) |  | throws IOException, ClassNotFoundException |  | static | 
 
Deserialize from archive
- Parameters
- 
  
    | archive | archive |  | name | name (the zipfile entry) |  
 
- Returns
- deserialized object 
- Exceptions
- 
  
    | IOException | exception |  | ClassNotFoundException | exception |  
 
 
 
◆ deserializeZip() [3/3]
  
  | 
        
          | static List<List<Object> > grammarscope.server.io.serialize.ZipDeSerializer.deserializeZip | ( | final URL | archiveUrl | ) | throws IOException, ClassNotFoundException |  | static | 
 
Deserialize all from archive
- Parameters
- 
  
  
- Returns
- list of entry objects 
- Exceptions
- 
  
    | IOException | exception |  | ClassNotFoundException | exception |  
 
 
 
◆ info()
  
  | 
        
          | static void grammarscope.server.io.serialize.ZipDeSerializer.info | ( | final String | message | ) |  |  | staticprivate | 
 
 
The documentation for this class was generated from the following file: