Interface for serialization of objects

To transform classes to XML using the statement CALL TRANSFORMATION, or to generate classes from XML documents, their classes must implement the interface IF_SERIALIZABLE_OBJECT.

The system interface IF_SERIALIZABLE_OBJECT is a tag interface. Implementing this interface displays the serialization of a class to the runtime environment, and allows the declaration of certain other components according to fixed rules (see canonical XML representation).