EnumsEnums are essentially treated the same way as a standard numeric type matching the underlying numeric type that holds the enum and the value of the enum is what will be serialized into the message. |
EnumsEnums are essentially treated the same way as a standard numeric type matching the underlying numeric type that holds the enum and the value of the enum is what will be serialized into the message. |