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