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