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