# MakeSerializableAttribute(Type)

> The constructor for the MakeSerializable attribute.

## Definition

* **Type:** Constructor
* **Namespace:** [UnityEngine](/engine/6000.7/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public MakeSerializableAttribute(Type type)
```

### Parameters

**** (\[Type]\(https\://learn.microsoft.com/dotnet/api/system.type)): The type to register as serializeable.

### Remarks

Mark a type as Serializable.

Additional Resources: MakeSerializable.
