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