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