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