SAP / abap-file-formats-tools

Tools for the development of ABAP file formats
MIT License
25 stars 6 forks source link

Do in-place serialization, no need to call AFF framework #36

Closed albertmink closed 2 years ago

albertmink commented 2 years ago

Here https://github.com/SAP/abap-file-formats-tools/blob/main/src/zcl_aff_writer_json_schema.clas.abap#L987 and in some unit tests, the coding calls AFF framework de-/serialization functionality. We could do the de-/serialization just in place and remove this reference to SAP coding.