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