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