Skip to content

response

Custom response class for the application that handles serialization of pg UUID values.

Response

Bases: _Response

Custom starlite.Response that handles serialization of the postgres UUID type used by SQLAlchemy.

serializer staticmethod

serializer(value)

Serializes value.

Parameters
Any

The thing to be serialized.

Returns

Any Serialized representation of value.