e
div | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||
|
...
- Within a major version of X wire compatibility is maintained unless there are extraordinary circumstances. So regardless of API compatibility level in the generated code it should always be possible to deserialize messages that were generated and serialized with the same major version.
- Note, however, that wire compatibility is contingent on the application model remaining compatible (e.g. fields not removed and field ids not changed). This topic is discussed in Modeling Message and State
API Compatibility
API compatibility refers to the compatibility between code generated by one version of the platform, and its compatibility at runtime with another version.
...