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