# Sandbox.GameObject.SerializeOptions.SceneForNetwork

```csharp
bool SceneForNetwork { get; set; }
```

If we're serializing for network, we won't include any networked objects

Declared in [Sandbox.GameObject.SerializeOptions](/api/Sandbox.GameObject.SerializeOptions).
Assembly: `Sandbox.Engine`.
