Since the concrete implementation of object equality, and possibly hash-code and other things, might have an impact on the serialization process, we must also specifically define the equality (and maybe hash-code ...) in the schema definition. It is particularly important, since we want the serialization to be cross-platform.
Since the concrete implementation of object equality, and possibly hash-code and other things, might have an impact on the serialization process, we must also specifically define the equality (and maybe hash-code ...) in the schema definition. It is particularly important, since we want the serialization to be cross-platform.