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