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