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