DBTEAMLOGGroupRemoveExternalIdTypeSerializer
Objective-C
@interface DBTEAMLOGGroupRemoveExternalIdTypeSerializer : NSObject
Swift
class DBTEAMLOGGroupRemoveExternalIdTypeSerializer : NSObject
The serialization class for the GroupRemoveExternalIdType
struct.
-
Serializes
DBTEAMLOGGroupRemoveExternalIdType
instances.Declaration
Objective-C
+ (nullable NSDictionary<NSString *, id> *)serialize: (nonnull DBTEAMLOGGroupRemoveExternalIdType *)instance;
Swift
class func serialize(_ instance: DBTEAMLOGGroupRemoveExternalIdType) -> [String : Any]?
Parameters
instance
An instance of the
DBTEAMLOGGroupRemoveExternalIdType
API object.Return Value
A json-compatible dictionary representation of the
DBTEAMLOGGroupRemoveExternalIdType
API object. -
Deserializes
DBTEAMLOGGroupRemoveExternalIdType
instances.Declaration
Objective-C
+ (nonnull DBTEAMLOGGroupRemoveExternalIdType *)deserialize: (nonnull NSDictionary<NSString *, id> *)dict;
Swift
class func deserialize(_ dict: [String : Any]) -> DBTEAMLOGGroupRemoveExternalIdType
Parameters
dict
A json-compatible dictionary representation of the
DBTEAMLOGGroupRemoveExternalIdType
API object.Return Value
An instantiation of the
DBTEAMLOGGroupRemoveExternalIdType
object.