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