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