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