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