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