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