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