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