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