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