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