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