liquibase.serializer
Interface LiquibaseSerializer

All Superinterfaces:
PrioritizedService
All Known Subinterfaces:
ChangeLogSerializer
All Known Implementing Classes:
FormattedSqlChangeLogSerializer, JsonChangeLogSerializer, JsonSnapshotSerializer, StringChangeLogSerializer, XMLChangeLogSerializer, YamlChangeLogSerializer, YamlSerializer, YamlSnapshotSerializer

public interface LiquibaseSerializer
extends PrioritizedService


Field Summary
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Method Summary
 String[] getValidFileExtensions()
           
 String serialize(LiquibaseSerializable object, boolean pretty)
           
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Method Detail

getValidFileExtensions

String[] getValidFileExtensions()

serialize

String serialize(LiquibaseSerializable object,
                 boolean pretty)


Copyright © 2016 Liquibase.org. All rights reserved.