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