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