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