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