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