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 SnapshotSerializer
public String serialize(LiquibaseSerializable object, boolean pretty)
serialize
in interface SnapshotSerializer
public int getExpandDepth()
public void setExpandDepth(int expandDepth)
protected void addDivider(StringBuilder buffer)
public void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write
in interface SnapshotSerializer
IOException
Copyright © 2014 Liquibase.org. All rights reserved.