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