mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-02 13:03:01 +08:00

changed refs in: - zif_abapgit_longtext - zif_abapgit_object_enhs Co-authored-by: Lars Hvam <larshp@hotmail.com>
16 lines
484 B
ABAP
16 lines
484 B
ABAP
INTERFACE zif_abapgit_object_enhs PUBLIC.
|
|
|
|
METHODS:
|
|
deserialize
|
|
IMPORTING ii_xml TYPE REF TO zif_abapgit_xml_input
|
|
iv_package TYPE devclass
|
|
ii_enh_spot_tool TYPE REF TO if_enh_spot_tool
|
|
RAISING zcx_abapgit_exception,
|
|
|
|
serialize
|
|
IMPORTING ii_xml TYPE REF TO zif_abapgit_xml_output
|
|
ii_enh_spot_tool TYPE REF TO if_enh_spot_tool
|
|
RAISING zcx_abapgit_exception.
|
|
|
|
ENDINTERFACE.
|