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