public class StringSnapshotSerializerReadable extends Object implements SnapshotSerializer
| Constructor and Description |
|---|
StringSnapshotSerializerReadable() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addDivider(StringBuilder buffer) |
int |
getExpandDepth() |
String[] |
getValidFileExtensions() |
String |
serialize(LiquibaseSerializable object,
boolean pretty) |
void |
setExpandDepth(int expandDepth) |
void |
write(DatabaseSnapshot snapshot,
OutputStream out) |
public String[] getValidFileExtensions()
getValidFileExtensions in interface SnapshotSerializerpublic String serialize(LiquibaseSerializable object, boolean pretty)
serialize in interface SnapshotSerializerpublic int getExpandDepth()
public void setExpandDepth(int expandDepth)
protected void addDivider(StringBuilder buffer)
public void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write in interface SnapshotSerializerIOExceptionCopyright © 2014 Liquibase.org. All rights reserved.