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