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