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