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