final struct version to get
input buffer after version bytes have been stripped off, will contain resulting struct data after this method exits
version that was extracted from buffer
deserialize() result for the last struct conversion
VersionHandlingException if can't convert between provided versions
Utility method to convert struct contained in input buffer to needed struct version. Converted struct will be stored in the same buffer replacing old data.
You can override this method to change version converting logic.