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