Serialized Form
|
Package org.jboss.shrinkwrap.api |
serialVersionUID: 1L
serialVersionUID: 1L
|
Package org.jboss.shrinkwrap.impl.base |
serialVersionUID: -4895083865917512623L
|
Package org.jboss.shrinkwrap.impl.base.io.tar |
serialVersionUID: 1L
|
Package org.jboss.shrinkwrap.impl.base.serialization |
serialVersionUID: 1L
readObject
private void readObject(ObjectInputStream in)
throws IOException,
ClassNotFoundException
- Deserializes according to the custom form defined by
ZipSerializableImpl#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
name
String name
- Name of the archive; to be serialized
Copyright © 2011 JBoss by Red Hat. All Rights Reserved.