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