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