abapGit/docs
Marc Bernard c63d92e6f1
Post-processing option for custom class serializer (#4953)
* Post-processing option for custom class serializer

When using the current exit for serializing classes, you have to code the complete serialization yourself (i.e. reading and formatting the code). 
https://docs.abapgit.org/ref-exits.html#custom_serialize_abap_clif

With this change, you get the option to let abapGit serialize the class first and then post-process the source in the exit. The change is compatible with existing implementations of the exit.

To use the post-processing option, add the following code to the beginning of the exit:

```abap
IF it_source IS INITIAL.
  RETURN.
ENDIF.
```

* Update ref-exits.md

Co-authored-by: Lars Hvam <larshp@hotmail.com>
2021-09-18 06:23:06 +02:00
..
_includes docs: fix closing footer tag (#4772) 2021-05-14 11:31:07 +02:00
_layouts docs: fix closing footer tag (#4772) 2021-05-14 11:31:07 +02:00
assets Adjust documentation for mobile devices (#4827) 2021-06-08 16:52:17 +02:00
collections/_development Docs: Expand constructor description (#4914) 2021-08-28 07:39:28 +02:00
img Docs: Add CI description (#4820) 2021-06-06 09:45:35 +02:00
_config.yml docs: add improve this page link #931 2018-07-22 09:27:09 +02:00
.gitignore docs: new lines, favicon 2017-05-20 14:37:25 +03:00
404.md docs: new lines, favicon 2017-05-20 14:37:25 +03:00
CNAME Create CNAME 2017-10-15 11:26:35 +02:00
Gemfile docs: add improve this page link #931 2018-07-22 09:27:09 +02:00
guide-authentication.md docs: add note about special characters in passwords (#4804) 2021-05-31 09:53:30 +02:00
guide-contributing.md docs: Update guide-regular-backup.md (#4533) 2021-02-19 05:17:37 +01:00
guide-export-zip.md Adjust "ZIP" spelling (#4495) 2021-02-08 14:46:05 +01:00
guide-first-project.md Minor documentation corrections (#1645) 2018-07-17 07:29:45 +02:00
guide-import-rfc.md Offline repo: "Compare via RFC" feature (#4789) 2021-06-04 15:09:09 +02:00
guide-import-zip.md Adjust "ZIP" spelling (#4495) 2021-02-08 14:46:05 +01:00
guide-install.md Adjusting to "main" branch (#4691) 2021-04-08 13:02:20 +02:00
guide-moving-package.md Issue 3112: +Online instead of +Clone Button (#3115) 2019-12-11 06:47:13 +01:00
guide-offline-install.md NSPC: Update docs (#4454) 2021-01-26 19:21:55 +01:00
guide-online-install.md NSPC: Update docs (#4454) 2021-01-26 19:21:55 +01:00
guide-online-uninstall.md docs: Explain the effect of the "remove" button #3241 (#3242) 2020-03-05 11:08:00 +01:00
guide-online-update.md fix #784 2017-06-11 11:23:31 +00:00
guide-regular-backup.md mention selective restore via reset local/force pull (#4905) 2021-08-24 10:33:58 -04:00
guide-saplink.md docs: fix link 2018-01-07 13:32:41 +01:00
guide-settings-global.md fix pages build (#4196) 2020-11-17 13:56:24 +01:00
guide-settings-personal.md Update docs about parallel processing (#4348) 2020-12-22 06:41:50 +01:00
guide-ssl-setup.md added profile location for NPL (#4777) 2021-05-19 16:06:04 +02:00
guide-ui.md Command palette: Git actions (#2908) 2019-09-09 21:34:30 -07:00
guide-uninstall.md Add serialization for APACK manifests (#2485) 2019-03-11 23:34:32 -07:00
guide-upgrade.md default branch updates (#4572) 2021-02-28 18:07:37 +01:00
index.md default branch updates (#4572) 2021-02-28 18:07:37 +01:00
other-articles-and-presentations.md Fix broken link (#4936) 2021-09-06 15:51:56 +02:00
other-background-mode.md Minor fixes/changes (#4665) 2021-03-24 13:34:02 +01:00
other-external-libraries.md Branch overview: show commit details when hover #1821 (#2190) 2018-12-09 07:51:21 +01:00
other-logos.md docs: logo page #1825 2018-10-31 16:00:25 +01:00
other-test-ssl.md new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
other-where-used.md Added Linde Engineering to users list (#4806) 2021-05-31 12:26:49 +02:00
other-xml-mismatch.md default branch updates (#4572) 2021-02-28 18:07:37 +01:00
ref-apack.md new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
ref-authorizations.md new URL, updates (#3936) 2020-09-24 09:42:52 +02:00
ref-database-util.md Update docs for DB Utility (#4457) 2021-01-26 19:27:43 +01:00
ref-dot-abapgit.md Docs: Extend "ignore files" description (#4725) 2021-04-27 06:33:16 +02:00
ref-exits.md Post-processing option for custom class serializer (#4953) 2021-09-18 06:23:06 +02:00
ref-icons.md Add icons and update icon docs (#4721) 2021-04-27 18:58:00 +02:00
ref-namespaces.md NSPC: Update docs (#4454) 2021-01-26 19:21:55 +01:00
ref-packages.md Auto creation of package during new online (#4814) 2021-07-09 15:28:55 +02:00
ref-settings-stats.md Update docs for repo install and settings (#4455) 2021-01-26 19:25:45 +01:00
ref-supported.md SPPF support (#4938) 2021-09-10 11:01:02 -04:00
ref-translations.md docs for i18n features (#4576) 2021-03-01 16:02:57 +01:00