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