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