DBTEAMLOGDeleteTeamInviteLinkTypeSerializer
Objective-C
@interface DBTEAMLOGDeleteTeamInviteLinkTypeSerializer : NSObject
Swift
class DBTEAMLOGDeleteTeamInviteLinkTypeSerializer : NSObject
The serialization class for the DeleteTeamInviteLinkType
struct.
-
Serializes
DBTEAMLOGDeleteTeamInviteLinkType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGDeleteTeamInviteLinkType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGDeleteTeamInviteLinkType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGDeleteTeamInviteLinkType
API object. -
Deserializes
DBTEAMLOGDeleteTeamInviteLinkType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGDeleteTeamInviteLinkType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGDeleteTeamInviteLinkType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGDeleteTeamInviteLinkType
API object.Return Value
An instantiation of the
DBTEAMLOGDeleteTeamInviteLinkType
object.