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