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