Alternative contiguous version decorator implementation for usage in less performance critical applications. Is capable of converting through multiple struct versions in one go for added convenience.
Exception thrown when the loaded encounters any issues with version support
Conversion from higher version, trivial struct
Conversion from lower version, trivial struct
Chained bi-directional conversions
Conversion which replaces struct fields completely
Enhancement to VersionDecorator that allows converting through multiple struct versions at once. It is kept separate from core implementation because additional overhead may be not suitable for real-time apps