Relative Content

Tag Archive for abi

Is serialization strategy part of an abi?

According to semver, the major version of a component must be updated when an abi-breaking change is incorporated. Wikipedia does a good job of describing how abi defines the interaction between different components and includes data types in its definition. But, I’m unsure whether that definition includes serializable objects (abstractly, not Java’s horrible interface).