public class StandardNodeSnapshotSerializer extends Object implements NodeSnapshotSerializer
Modifier and Type | Class and Description |
---|---|
static class |
StandardNodeSnapshotSerializer.NodeSnapshotDeserializer |
Constructor and Description |
---|
StandardNodeSnapshotSerializer() |
Modifier and Type | Method and Description |
---|---|
List<NodeSnapshot> |
deserialize(InputStream input) |
void |
serialize(Collection<NodeSnapshot> snapshots,
OutputStream output) |
public List<NodeSnapshot> deserialize(InputStream input) throws Exception
deserialize
in interface NodeSnapshotSerializer
Exception
public void serialize(Collection<NodeSnapshot> snapshots, OutputStream output) throws Exception
serialize
in interface NodeSnapshotSerializer
Exception
Copyright © 2005–2017 Alfresco Software. All rights reserved.