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