From 256fdbeec4230570fd6a33974a4c71e927ef58c6 Mon Sep 17 00:00:00 2001 From: Rakshith Gore <58498218+goreraks@users.noreply.github.com> Date: Wed, 10 Jun 2020 20:57:30 +0530 Subject: [PATCH] Update ref-exits.md (#3481) Co-authored-by: Lars Hvam --- docs/ref-exits.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ref-exits.md b/docs/ref-exits.md index 27729ac18..edf384ee7 100644 --- a/docs/ref-exits.md +++ b/docs/ref-exits.md @@ -47,3 +47,6 @@ Possibility to change the default `ANONYM` ssl id to something system specific ### CUSTOM_SERIALIZE_ABAP_CLIF Allows for a custom serializer to be used for global classes' CLIF sources. See [#2321](https://github.com/larshp/abapGit/issues/2321) and [#2491](https://github.com/larshp/abapGit/pull/2491) for use cases. This [example implementation](https://gist.github.com/flaiker/999c8165b89131608b05cd371529fef5) forces the old class serializer to be used for specific packages. + +### DESERIALIZE_POSTPROCESS +Can be used for any postprocessing operation for deserialized objects. Since it is a postprocessing step, only logs can be added to II_LOG and one should not terminate the process by raising exception, which may lead to inconsistencies.