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