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