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