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