public interface NodeSnapshotSerializer
Modifier and Type | Method and Description |
---|---|
List<NodeSnapshot> |
deserialize(InputStream input) |
void |
serialize(Collection<NodeSnapshot> snapshots,
OutputStream output) |
void serialize(Collection<NodeSnapshot> snapshots, OutputStream output) throws Exception
Exception
List<NodeSnapshot> deserialize(InputStream input) throws Exception
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.