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