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