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