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