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