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