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