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