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