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