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