public interface SerializableView extends Assignable, Serializable
Serializable
view of an Archive
. This is the base interface for all Serializable
views of an
Archive
, and may be extended/implementated to define a custom wire protocol. ZipSerializableView
implementation when assigning archives to this type directly via
Assignable.as(Class)
. However consumers obtaining this type should not assume anything about the protocol
being used under the hood; it may be any subtype. Archive
view via Assignable.as(Class)
.as
Copyright © 2016 JBoss by Red Hat. All rights reserved.