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