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