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