public interface ChangeLogSerializer extends LiquibaseSerializer, PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Modifier and Type | Method and Description |
---|---|
void |
append(ChangeSet changeSet,
File changeLogFile) |
<T extends ChangeLogChild> |
write(List<T> children,
OutputStream out) |
getValidFileExtensions, serialize
getPriority
<T extends ChangeLogChild> void write(List<T> children, OutputStream out) throws IOException
IOException
void append(ChangeSet changeSet, File changeLogFile) throws IOException
IOException
Copyright © 2023 Liquibase.org. All rights reserved.