mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 12:20:51 +08:00
Update ref-exits.md (#3481)
Co-authored-by: Lars Hvam <larshp@hotmail.com>
This commit is contained in:
parent
f5754056f2
commit
256fdbeec4
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user