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