New Features
We have added callbacks for performing additional processing during struct conversion.
Previously, when converting structs that across packages, callbacks could only be written for one of conversion. With this update, you can now write callbacks for both.
Please refer to BeforeConvertFromCallback, BeforeConvertToCallback, AfterConvertFromCallback, and AfterConvertToCallback for more details.
Deprecated
Old | New |
---|---|
BeforeConvertCallback | BeforeConvertFromCallback |
AfterConvertCallback | AfterConvertFromCallback |