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