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