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