# Editor.SceneEditorSession.SerializeSelection

```csharp
string SerializeSelection()
```

Serlialize the current selection to a json string. The aim here is to make something we can transfer back to objects.

### Returns

`string`

Declared in [Editor.SceneEditorSession](/api/Editor.SceneEditorSession).
Assembly: `Sandbox.Tools`.
