Skip to content

Commit 5057f22

Browse files
Update faq.md
1 parent 2f38de7 commit 5057f22

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/faq.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
* [You get a short dump OBJECTS_NOT_CHAR when serializing data with enabled conversion exits](#you-get-a-short-dump-objects_not_char-when-serializing-data-with-enabled-conversion-exits)
1414
* [Why special characters in JSON attribute names are not escaped or unescaped?](#why-are-special-characters-in-json-attribute-names-not-escaped-or-unescaped)
1515

16+
## It is slow
17+
It is as fast as possible to achieve it in pure ABAP. If you have suggestions on how to make it faster - you are welcome. Features like type conversions, type detections, renaming, data generation, etc require processing time, and even if they are not active you may pay the penalty because the class design allows this feature. Operation on strings is not fast in ABAP, calling of the methods is not cheap (that is why the class uses macros). More to come...
18+
1619
## GENERATE or DESERIALIZE into REF TO DATA vs. DESERIALIZE into a typed data structure
1720
It is always better to deserialize into explicit data structure but not into anonymous reference:
1821

0 commit comments

Comments
 (0)