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