SAP ABAP Class CL_GRAC_DT_JSON_SERIALIZER (Serialize ABAP data into JSON format)
Hierarchy
☛
GRCFND_A (Software Component) GRC Foundation ABAP
⤷
GRC-AC (Application Component) Access Control
⤷
GRAC_UI_UTILITIES (Package) Access Control GRC Various UI supporting infrastructures
⤷
⤷
Properties
| Class | CL_GRAC_DT_JSON_SERIALIZER | |
| Short Description | Serialize ABAP data into JSON format | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | GRAC_UI_UTILITIES | Access Control GRC Various UI supporting infrastructures |
| Created | 20121026 | SAP |
| Last change | 20141106 | |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_GRAC_DT_JSON_SERIALIZER has no forward declaration.
Interfaces
Class CL_GRAC_DT_JSON_SERIALIZER has no interface implemented.
Friends
Class CL_GRAC_DT_JSON_SERIALIZER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121026 | ||||
| 2 | Static Attribute | Private | Type reference (TYPE) | STRING | 20121026 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | DATA | 20121026 | ||||
| 4 | Instance attribute | Private | Type reference (TYPE) | TREXT_STRING | Table of STRINGs | 20121026 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20121026 | |
| 2 | Instance method | Public | Constructor | CONSTRUCTOR | 20121026 | |
| 3 | Instance method | Public | Method | 20121026 | ||
| 4 | Instance method | Private | Method | 20121026 | ||
| 5 | Instance method | Public | Method | 20121026 |
Events
Class CL_GRAC_DT_JSON_SERIALIZER has no event.
Types
Class CL_GRAC_DT_JSON_SERIALIZER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_GRAC_DT_JSON_SERIALIZER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_GRAC_DT_JSON_SERIALIZER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | 20121026 |
Method CONSTRUCTOR on class CL_GRAC_DT_JSON_SERIALIZER has no exception.
Method GET_DATA Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RVAL | Value transfer | Type reference (TYPE) | STRING | 20121026 |
Method GET_DATA on class CL_GRAC_DT_JSON_SERIALIZER has no exception.
Method RECURSE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATA | Call by reference | Type reference (TYPE) | DATA | 20121026 |
Method RECURSE on class CL_GRAC_DT_JSON_SERIALIZER has no exception.
Method SERIALIZE Signature
Method SERIALIZE on class CL_GRAC_DT_JSON_SERIALIZER has no parameter.
Method SERIALIZE on class CL_GRAC_DT_JSON_SERIALIZER has no exception.
History
| Last changed by/on | SAP | 20141106 |
| SAP Release Created in | V1100 |