---
title: SerialModelExecutor
framework: swiftdata
role: symbol
role_heading: Protocol
path: swiftdata/serialmodelexecutor
---

# SerialModelExecutor

An interface for performing serial storage-related tasks using an isolated model context.

## Declaration

```swift
protocol SerialModelExecutor : ModelExecutor, SerialExecutor
```

## Relationships

### Inherits From

- [Executor](swift/executor.md)
- [ModelExecutor](swiftdata/modelexecutor.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SerialExecutor](swift/serialexecutor.md)

### Conforming Types

- [DefaultSerialModelExecutor](swiftdata/defaultserialmodelexecutor.md)

## See Also

### Model executors

- [DefaultSerialModelExecutor](swiftdata/defaultserialmodelexecutor.md)
- [ModelExecutor](swiftdata/modelexecutor.md)
