public class ZipSerializableViewImpl extends Object implements ZipSerializableView
Serializable
view of Archive
s, 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 |
Modifier and Type | Method and Description |
---|---|
<TYPE extends Assignable> |
as(Class<TYPE> clazz)
Wraps an Archive in a different 'view'.
|
public <TYPE extends Assignable> TYPE as(Class<TYPE> clazz)
as
in interface Assignable
clazz
- Extension interface to loadAssignable.as(java.lang.Class)
Copyright © 2016 JBoss by Red Hat. All rights reserved.