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