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