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