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