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