Serialized Form
-
Package org.jboss.shrinkwrap.api
-
Class org.jboss.shrinkwrap.api.IllegalArchivePathException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.shrinkwrap.api.IllegalOverwriteException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.shrinkwrap.api.UnknownExtensionTypeException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.shrinkwrap.api.exporter
-
Class org.jboss.shrinkwrap.api.exporter.ArchiveExportException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.jboss.shrinkwrap.api.exporter.FileExistsException extends IllegalArgumentException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.shrinkwrap.api.importer
-
Class org.jboss.shrinkwrap.api.importer.ArchiveImportException extends RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.shrinkwrap.api.serialization
-
Package org.jboss.shrinkwrap.impl.base
-
Class org.jboss.shrinkwrap.impl.base.ExtensionLoadingException extends RuntimeException implements Serializable
- serialVersionUID:
- -4895083865917512623L
-
-
Package org.jboss.shrinkwrap.impl.base.io.tar
-
Class org.jboss.shrinkwrap.impl.base.io.tar.InvalidHeaderException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
-
Package org.jboss.shrinkwrap.impl.base.serialization
-
Class org.jboss.shrinkwrap.impl.base.serialization.ZipSerializableViewImpl extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
Deserializes according to the custom form defined byZipSerializableImpl#writeObject(ObjectOutputStream)
- Throws:
IOException
ClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
Serializes the invocation with a custom form- Serial Data:
- After all non-transient fields are written, we send the
Archive
contents encoded as ZIP. - Throws:
IOException
-
-
Serialized Fields
-
name
String name
Name of the archive; to be serialized
-
-