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