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