serializationVersion top-level constant

int const serializationVersion

The version of the serializer/deserializer, to make sure there is no mismatch when trying to deserialize messages. To be updated whenever there is a breaking change.

Implementation

const int serializationVersion = 0;