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