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