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