liquibase.serializer
Interface SnapshotSerializer
- All Superinterfaces:
- PrioritizedService
- All Known Implementing Classes:
- JsonSnapshotSerializer, StringSnapshotSerializer, StringSnapshotSerializerReadable, YamlSnapshotSerializer
public interface SnapshotSerializer
- extends PrioritizedService
getValidFileExtensions
String[] getValidFileExtensions()
serialize
String serialize(LiquibaseSerializable object,
boolean pretty)
write
void write(DatabaseSnapshot snapshot,
OutputStream out)
throws IOException
- Throws:
IOException
Copyright © 2015 Liquibase.org. All rights reserved.