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