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