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