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