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