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