The Talon Manual

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

e

div
idtoc
classtoc
div
classtocTitle

In This Section

div
classtocContents

Table of Contents
maxLevel2
indent8px
stylenone

...

  • 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. 

...