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