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