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