---
title: SerializationRequirement
framework: distributed
role: symbol
role_heading: Associated Type
path: distributed/distributedactor/serializationrequirement
---

# SerializationRequirement

The serialization requirement to apply to all distributed declarations inside the actor.

## Declaration

```swift
associatedtype SerializationRequirement where Self.SerializationRequirement == Self.ActorSystem.SerializationRequirement
```
