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