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