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