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