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