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