This commit is contained in:
danrega
2024-07-23 16:48:34 +02:00
parent 4c0fd846e5
commit 62ba5f78ac
4 changed files with 1084 additions and 24 deletions

View File

@@ -696,7 +696,7 @@ Expand the following collapsible section to view the code of two simplified exam
**Example 1:**
- The example class implements the `IF_SERIALIZABLE_OBJECT` interface, using the standard behavior to serialize and deserialize all instance attributes (i.e. the helper methods mentioned below are not implemented).
- The values of of all deserialized instance attributes are displayed.
- The values of all deserialized instance attributes are displayed.
```abap
CLASS zcl_some_class DEFINITION