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