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
I am using the JsonSchemaParser to generate Pydantic v2 models. Is there a way to define a custom serializer for a field?
A @field_serializer method or annotation with PlainSerializer or WrapSerializer would be suitable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am using the
JsonSchemaParser
to generate Pydantic v2 models. Is there a way to define a custom serializer for a field?A
@field_serializer
method or annotation withPlainSerializer
orWrapSerializer
would be suitable.Beta Was this translation helpful? Give feedback.
All reactions