Interface SerializableView
-
- All Superinterfaces:
Assignable,Serializable
- All Known Subinterfaces:
ZipSerializableView
- All Known Implementing Classes:
ZipSerializableViewImpl
public interface SerializableView extends Assignable, Serializable
Serializableview of anArchive. This is the base interface for allSerializableviews of anArchive, and may be extended/implementated to define a custom wire protocol.
ShrinkWrap will use aZipSerializableViewimplementation 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 normalArchiveview viaAssignable.as(Class).- Version:
- $Revision: $
- Author:
- ALR
-
-
Method Summary
-
Methods inherited from interface org.jboss.shrinkwrap.api.Assignable
as
-
-