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