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