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