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