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