DBTEAMLOGFileLockingLockStatusChangedTypeSerializer
Objective-C
@interface DBTEAMLOGFileLockingLockStatusChangedTypeSerializer : NSObject
Swift
class DBTEAMLOGFileLockingLockStatusChangedTypeSerializer : NSObject
The serialization class for the FileLockingLockStatusChangedType
struct.
-
Serializes
DBTEAMLOGFileLockingLockStatusChangedType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGFileLockingLockStatusChangedType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGFileLockingLockStatusChangedType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGFileLockingLockStatusChangedType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGFileLockingLockStatusChangedType
API object. -
Deserializes
DBTEAMLOGFileLockingLockStatusChangedType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGFileLockingLockStatusChangedType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGFileLockingLockStatusChangedType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGFileLockingLockStatusChangedType
API object.Return Value
An instantiation of the
DBTEAMLOGFileLockingLockStatusChangedType
object.