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