| 
   | 
  
    +
    
    
   | 
  
    
           Deserialize (longchar)
    
   | 
  
     Initializes the object instance based on the passed in LONGCHAR
         (potentially XML) representation of the object instance    Inherited from Consultingwerk.ISerializable 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
           DeserializeFromJsonObject (JsonObject)
    
   | 
  
     Initializes the object instance based on the passed in JsonObject
         representation of the object instance    Inherited from Consultingwerk.IJsonSerializable 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         CHARACTER  GetSerializableProperties ()
    
   | 
  
     Returns the meta data of the serializable properties    Inherited from Consultingwerk.IJsonSerializable 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         LONGCHAR  Serialize ()
    
   | 
  
     Returns an LONGCHAR (potentially XML) representation of the
         object instance    Inherited from Consultingwerk.ISerializable 
   | 
  | 
   | 
  
    +
    
    
   | 
  
    
         Progress.Json.ObjectModel.JsonObject  ToJsonObject ()
    
   | 
  
     Returns a JsonObject representation of the state of the class instance    Inherited from Consultingwerk.IJsonSerializable 
   |