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