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