DBTEAMLOGPaperDesktopPolicyChangedTypeSerializer
Objective-C
@interface DBTEAMLOGPaperDesktopPolicyChangedTypeSerializer : NSObject
Swift
class DBTEAMLOGPaperDesktopPolicyChangedTypeSerializer : NSObject
The serialization class for the PaperDesktopPolicyChangedType
struct.
-
Serializes
DBTEAMLOGPaperDesktopPolicyChangedType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGPaperDesktopPolicyChangedType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGPaperDesktopPolicyChangedType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGPaperDesktopPolicyChangedType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGPaperDesktopPolicyChangedType
API object. -
Deserializes
DBTEAMLOGPaperDesktopPolicyChangedType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGPaperDesktopPolicyChangedType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGPaperDesktopPolicyChangedType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGPaperDesktopPolicyChangedType
API object.Return Value
An instantiation of the
DBTEAMLOGPaperDesktopPolicyChangedType
object.