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