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