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