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