Package liquibase.serializer
Interface LiquibaseSerializer
- All Superinterfaces:
PrioritizedService
- All Known Subinterfaces:
ChangeLogSerializer
- All Known Implementing Classes:
FormattedSqlChangeLogSerializer,JsonChangeLogSerializer,JsonSnapshotSerializer,StringChangeLogSerializer,XMLChangeLogSerializer,YamlChangeLogSerializer,YamlSerializer,YamlSnapshotSerializer
-
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Method Summary
Modifier and TypeMethodDescriptionString[]serialize(LiquibaseSerializable object, boolean pretty) Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
Method Details
-
getValidFileExtensions
String[] getValidFileExtensions() -
serialize
-