Interface UnwrappedLiquibaseSerializable

All Superinterfaces:
LiquibaseSerializable
All Known Implementing Classes:
Column.AutoIncrementInformation, ConstraintsConfig, DataType

public interface UnwrappedLiquibaseSerializable extends LiquibaseSerializable
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.