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
Boost Software License Version 1.0. See LICENSE_BOOST.txt for details. Alternatively, this file may be distributed under the terms of the Tango 3-Clause BSD License (see LICENSE_BSD.txt for details).
Copyright (c) 2009-2016 dunnhumby Germany GmbH. All rights reserved.
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