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