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