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