# Sandbox.Component.DeserializeImmediately

```csharp
void DeserializeImmediately(System.Text.Json.Nodes.JsonObject node)
```

Deserialize this component as per [Sandbox.Component.Deserialize](/api/Sandbox.Component/Deserialize) but update [Sandbox.Component.GameObject](/api/Sandbox.Component/GameObject) and [Sandbox.Component](/api/Sandbox.Component) property
references immediately instead of having them deferred.

### Parameters

- `node` (`System.Text.Json.Nodes.JsonObject`)

Declared in [Sandbox.Component](/api/Sandbox.Component).
Assembly: `Sandbox.Engine`.
