liquibase.serializer.core.string
Class StringSnapshotSerializerReadable
java.lang.Object
liquibase.serializer.core.string.StringSnapshotSerializerReadable
- All Implemented Interfaces:
- SnapshotSerializer
public class StringSnapshotSerializerReadable
- extends Object
- implements SnapshotSerializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StringSnapshotSerializerReadable
public StringSnapshotSerializerReadable()
getValidFileExtensions
public String[] getValidFileExtensions()
- Specified by:
getValidFileExtensions in interface SnapshotSerializer
serialize
public String serialize(LiquibaseSerializable object,
boolean pretty)
- Specified by:
serialize in interface SnapshotSerializer
getExpandDepth
public int getExpandDepth()
setExpandDepth
public void setExpandDepth(int expandDepth)
addDivider
protected void addDivider(StringBuilder buffer)
write
public void write(DatabaseSnapshot snapshot,
OutputStream out)
throws IOException
- Specified by:
write in interface SnapshotSerializer
- Throws:
IOException
Copyright © 2015 Liquibase.org. All rights reserved.