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