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