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