Fix serialization of variant and sequences
Switch from platform-dependent `size_t` to `uint32_t` when serializing the size of a sequence and from `size_t` to `uint8_t` when serializing the type index of a `variant`. Fixed sizes for the integer types are needed to ensure compatibility between 32-bit and 64-bit CAF nodes. Relates #677.
Showing
Please register or sign in to comment