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