Interface SerializableView
-
- All Superinterfaces:
Assignable
,Serializable
- All Known Subinterfaces:
ZipSerializableView
- All Known Implementing Classes:
ZipSerializableViewImpl
public interface SerializableView extends Assignable, Serializable
Serializable
view of anArchive
. This is the base interface for allSerializable
views of anArchive
, and may be extended/implementated to define a custom wire protocol.
ShrinkWrap will use aZipSerializableView
implementation when assigning archives to this type directly viaAssignable.as(Class)
. However consumers obtaining this type should not assume anything about the protocol being used under the hood; it may be any subtype.
May be reassigned back to a normalArchive
view viaAssignable.as(Class)
.- Version:
- $Revision: $
- Author:
- ALR
-
-
Method Summary
-
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
-