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