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