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