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