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