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