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