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