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