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