org.alfresco.repo.publishing
Interface NodeSnapshotSerializer
- All Known Implementing Classes:
- StandardNodeSnapshotSerializer
public interface NodeSnapshotSerializer
- Since:
- 4.0
Method Summary |
java.util.List |
deserialize(java.io.InputStream input)
|
void |
serialize(java.util.Collection snapshots,
java.io.OutputStream output)
|
serialize
void serialize(java.util.Collection snapshots,
java.io.OutputStream output)
throws java.lang.Exception
- Throws:
java.lang.Exception
deserialize
java.util.List deserialize(java.io.InputStream input)
throws java.lang.Exception
- Throws:
java.lang.Exception
Copyright © 2005 - 2010 Alfresco Software, Inc. All Rights Reserved.