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