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