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
* feat: add GeneralSerde for unified JSON serialization/deserialization
- Introduce GeneralSerde to handle both Pydantic BaseModel instances and regular JSON objects.
- Use model_dump_json for Pydantic models, falling back to json.dumps for non-Pydantic objects.
- Maintain consistency with existing serde implementations.
* remove trailing white space
* refactor: rename extract_io_type_hints to update_handler_io_with_type_hints for clarity
* fix: support JsonSerde in update_handler_io_with_type_hints and clean up GeneralSerde logging
* refactor: replace GeneralSerde with DefaultSerde across multiple files
- Updated imports and default serializer/deserializer in **context**, handler, object, **server_context**, service, and workflow modules.
- DefaultSerde provides a unified approach for JSON serialization/deserialization, ensuring compatibility with both Pydantic models and standard JSON objects.
* doc formating to respect just checks
* fix merge error
* fix Just trainling space
0 commit comments