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