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