You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are very useful UUID formats which are not supported by Python's stdlib uuid module. These formats can be implemented by subclassing from uuid.UUID. An example of this can be seen here. It would be amazing if orjson automatically serialialized these types similar to how str subclasses are serialized.
The text was updated successfully, but these errors were encountered:
There are very useful UUID formats which are not supported by Python's stdlib
uuid
module. These formats can be implemented by subclassing fromuuid.UUID
. An example of this can be seen here. It would be amazing iforjson
automatically serialialized these types similar to howstr
subclasses are serialized.The text was updated successfully, but these errors were encountered: