# Sandbox.GameObject.Deserialize

## Overload 1

```csharp
void Deserialize(System.Text.Json.Nodes.JsonObject node)
```

### Parameters

- `node` (`System.Text.Json.Nodes.JsonObject`)

## Overload 2

```csharp
void Deserialize(System.Text.Json.Nodes.JsonObject node, DeserializeOptions options)
```

### Parameters

- `node` (`System.Text.Json.Nodes.JsonObject`)
- `options` (`DeserializeOptions`)

Declared in [Sandbox.GameObject](/api/Sandbox.GameObject).
Assembly: `Sandbox.Engine`.
