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 NodeSnapshotSerializerExceptionpublic void serialize(Collection<NodeSnapshot> snapshots, OutputStream output) throws Exception
serialize in interface NodeSnapshotSerializerExceptionCopyright © 2005–2018 Alfresco Software. All rights reserved.