Skip to content

Implement backward compatibility for reading v4 PackedTrack objects.

Rosen Matev requested to merge rmatev-pr-read-packedtrack-v4 into 2016-patches
  • Implement conversion on de-serializing such that from the packed object load function one can do buf.template io<uint16_t>(firstId);, where firstId is of a type different from uint16_t.
  • Implement backward compatibility for reading v4 PackedTrack objects.

Merge request reports