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