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