Closed tarsil closed 5 months ago
. Add support for Marshalls.
This is an optional alternative for serializing the Edgy models. This functionality allows to add extra fields to the final JSON payload sent by the model.
A wrapper on top of the model_dump() from Pydantic.
model_dump()
. Add support for Marshalls.
This is an optional alternative for serializing the Edgy models. This functionality allows to add extra fields to the final JSON payload sent by the model.
A wrapper on top of the
model_dump()
from Pydantic.