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