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