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