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