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 SnapshotSerializer
public String serialize(LiquibaseSerializable object, boolean pretty)
serialize
in interface SnapshotSerializer
public void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write
in interface SnapshotSerializer
IOException
public int getPriority()
getPriority
in interface PrioritizedService
Copyright © 2023 Liquibase.org. All rights reserved.