public class ZipSerializableViewImpl extends Object implements ZipSerializableView
Serializable view of Archives, backed by ZIP en/decoding the contents during
serialization/deserialization. Defines the wire protocol and must remain backwards-compatible.| Constructor and Description |
|---|
ZipSerializableViewImpl(Archive<?> archive)
Creates a new instance, wrapping the specified
Archive |
public <TYPE extends Assignable> TYPE as(Class<TYPE> clazz)
as in interface AssignableAssignable.as(java.lang.Class)Copyright © 2013 JBoss by Red Hat. All Rights Reserved.