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