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