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