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