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