# SerializedConstructor

> **Class** in `langchain_core`

📖 [View in docs](https://reference.langchain.com/python/langchain-core/load/serializable/SerializedConstructor)

Serialized constructor.

## Signature

```python
SerializedConstructor()
```

## Extends

- `BaseSerialized`

## Properties

- `type`
- `kwargs`

---

[View source on GitHub](https://github.com/langchain-ai/langchain/blob/1c3a4186cf2ba4f28face59118ac7786de009f91/libs/core/langchain_core/load/serializable.py#L33)