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