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