Are enums compatible with ints? For example, can I serialize an int now and change it to an enum later without losing the ability to parse old messages? Under http://code.google.com/apis/protocolbuffers/docs/proto.html#updating, it explains that int32, int64, uint32, uint64, and bool are all interchangeable when updating message types, but there's no description of enumerations. (The text under enumerations makes it sound like they're compatible, but I'd like to verify.)
-- Josh Kelley -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To view this discussion on the web visit https://groups.google.com/d/msg/protobuf/-/9OkuU-yGzdMJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/protobuf?hl=en.
