Package liquibase.serializer
Interface ChangeLogSerializer
- All Superinterfaces:
 LiquibaseSerializer,PrioritizedService
- All Known Implementing Classes:
 FormattedSqlChangeLogSerializer,JsonChangeLogSerializer,StringChangeLogSerializer,XMLChangeLogSerializer,YamlChangeLogSerializer
- 
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT - 
Method Summary
Modifier and TypeMethodDescriptionvoid<T extends ChangeLogChild>
voidwrite(List<T> children, OutputStream out) Methods inherited from interface liquibase.serializer.LiquibaseSerializer
getValidFileExtensions, serializeMethods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority 
- 
Method Details
- 
write
- Throws:
 IOException
 - 
append
- Throws:
 IOException
 
 -