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