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