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