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