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