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