Package liquibase.serializer
Interface UnwrappedLiquibaseSerializable
- All Superinterfaces:
LiquibaseSerializable
- All Known Implementing Classes:
Column.AutoIncrementInformation
,ConstraintsConfig
,DataType
Marker interface indicating that implementing objects should be unwrapped during YAML/JSON serialization.
This is used to avoid nested wrapper structures in the resulting YAML and JSON outputs. Implement this interface if the object should be serialized directly, rather than as a nested property.
-
Nested Class Summary
Nested classes/interfaces inherited from interface liquibase.serializer.LiquibaseSerializable
LiquibaseSerializable.SerializationType
-
Field Summary
Fields inherited from interface liquibase.serializer.LiquibaseSerializable
GENERIC_CHANGELOG_EXTENSION_NAMESPACE, GENERIC_SNAPSHOT_EXTENSION_NAMESPACE, STANDARD_CHANGELOG_NAMESPACE, STANDARD_SNAPSHOT_NAMESPACE
-
Method Summary
Methods inherited from interface liquibase.serializer.LiquibaseSerializable
getSerializableFieldNamespace, getSerializableFields, getSerializableFieldType, getSerializableFieldValue, getSerializedObjectName, getSerializedObjectNamespace, load, serialize