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