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