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