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