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