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