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