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