public class StringSnapshotSerializer extends Object implements SnapshotSerializer
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
StringSnapshotSerializer() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority() |
String[] |
getValidFileExtensions() |
String |
serialize(LiquibaseSerializable object,
boolean pretty) |
void |
write(DatabaseSnapshot snapshot,
OutputStream out) |
public String[] getValidFileExtensions()
getValidFileExtensions in interface SnapshotSerializerpublic String serialize(LiquibaseSerializable object, boolean pretty)
serialize in interface SnapshotSerializerpublic void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write in interface SnapshotSerializerIOExceptionpublic int getPriority()
getPriority in interface PrioritizedServiceCopyright © 2018 Liquibase.org. All rights reserved.