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