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