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