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