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