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