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