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