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