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