Implement backward compatibility for reading v4 PackedTrack objects.
- Implement conversion on de-serializing such that from the packed object
load function one can do
buf.template io<uint16_t>(firstId);
, wherefirstId
is of a type different fromuint16_t
. - Implement backward compatibility for reading v4 PackedTrack objects.