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