DBTEAMLOGResellerSupportSessionEndTypeSerializer
Objective-C
@interface DBTEAMLOGResellerSupportSessionEndTypeSerializer : NSObject
                Swift
class DBTEAMLOGResellerSupportSessionEndTypeSerializer : NSObject
                The serialization class for the ResellerSupportSessionEndType struct.
- 
                  
                  
Serializes
DBTEAMLOGResellerSupportSessionEndTypeinstances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGResellerSupportSessionEndType *)instance;Swift
class func serialize(_ instance: DBTEAMLOGResellerSupportSessionEndType) -> [String : Any]?Parameters
instanceAn instance of the
DBTEAMLOGResellerSupportSessionEndTypeAPI object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGResellerSupportSessionEndTypeAPI object. - 
                  
                  
Deserializes
DBTEAMLOGResellerSupportSessionEndTypeinstances.Declaration
Objective-C
+ (nonnull DBTEAMLOGResellerSupportSessionEndType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGResellerSupportSessionEndTypeParameters
dictA json-compatible dictionary representation of the
DBTEAMLOGResellerSupportSessionEndTypeAPI object.Return Value
An instantiation of the
DBTEAMLOGResellerSupportSessionEndTypeobject. 
View on GitHub
        DBTEAMLOGResellerSupportSessionEndTypeSerializer Class Reference