SAP ABAP Class CL_TREX_JSON_DESERIALIZER (Deserialize JSON to ABAP data)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-TRX-API (Application Component) TREX ABAP + JAVA API
     STREXTESTTOOL (Package) TREX Test Tool.
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_TREX_SERIALIZATION Marker Interface for Friendship 20090225
Properties
Class CL_TREX_JSON_DESERIALIZER  
Short Description Deserialize JSON to ABAP data    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package STREXTESTTOOL   TREX Test Tool. 
Created 20090203   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_TREX_JSON_DESERIALIZER has no forward declaration.
Interfaces
# Interface Abstract Final Description Created on
1 IF_TREX_SERIALIZATION Marker Interface for Friendship 20090225
Friends
Class CL_TREX_JSON_DESERIALIZER has no friend class.
Attributes
Class CL_TREX_JSON_DESERIALIZER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DESERIALIZE Instance method Public Method 20090203
2 DESERIALIZE_ARRAY Instance method Private Method 20090205
3 DESERIALIZE_NODE Instance method Private Method 20090205
4 DESERIALIZE_OBJECT Instance method Private Method 20090205
5 DESERIALIZE_REF Instance method Public Method 20090206
Events
Class CL_TREX_JSON_DESERIALIZER has no event.
Types
Class CL_TREX_JSON_DESERIALIZER has no local type.
Method Signatures

Method DESERIALIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ABAP Call by reference Type reference (TYPE) ANY 20090203
2 Importing JSON Call by reference Type reference (TYPE) STRING 20090203

Method DESERIALIZE on class CL_TREX_JSON_DESERIALIZER has no exception.

Method DESERIALIZE_ARRAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20090205
2 Changing NODE Call by reference Type reference (TYPE) ANY 20090205
3 Changing OFFSET Call by reference Type reference (TYPE) I 0 20090205
# Exception Resumable Description Created on
1 CX_TREX_SERIALIZATION Serialize / Deserialize Exception 20090205

Method DESERIALIZE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20090205
2 Changing NODE Call by reference Type reference (TYPE) ANY 20090205
3 Changing OFFSET Call by reference Type reference (TYPE) I 0 20090205
# Exception Resumable Description Created on
1 CX_TREX_SERIALIZATION Serialize / Deserialize Exception 20090205

Method DESERIALIZE_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20090205
2 Changing NODE Call by reference Type reference (TYPE) ANY 20090205
3 Changing OFFSET Call by reference Type reference (TYPE) I 0 20090205
# Exception Resumable Description Created on
1 CX_TREX_SERIALIZATION Serialize / Deserialize Exception 20090205

Method DESERIALIZE_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing JSON Call by reference Type reference (TYPE) STRING 20090206
2 Importing REF Call by reference Object reference (TYPE REF TO) OBJECT 20090206

Method DESERIALIZE_REF on class CL_TREX_JSON_DESERIALIZER has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720