The serialization for BasicDataTypeAdapter and AbstractDataTypeAdapter was updated to support more options for the handling of data ID fields. In order to maintain backwards compatibility with 2.0.x, some logic was added to the serialization functions for both of these classes in #1869. This specialized logic should be removed in 2.1 and a migration should be added to migrate data adapters that were created prior to the serialization change.
The serialization for
BasicDataTypeAdapterandAbstractDataTypeAdapterwas updated to support more options for the handling of data ID fields. In order to maintain backwards compatibility with 2.0.x, some logic was added to the serialization functions for both of these classes in #1869. This specialized logic should be removed in 2.1 and a migration should be added to migrate data adapters that were created prior to the serialization change.