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.