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