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