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