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
While LoganSquare allows us to generate de-/serialization code for selected entities it is sometimes necessary to provide a generic de-/serializer as fallback. I could think of a use case where you want to generate for some entities the de-/serialization code using LoganSquare and use the generated code transparently inside a regular Jackson ObjectMapper so that in case for some entity no code has been generated a fallback to the generic Jackson de-/serialization mechanism is done.
Therefore it wolud be nice to have an option in LoganSquare to also generate a Jackson Module that binds all generated de-/serializer from LoganSquare.
The text was updated successfully, but these errors were encountered:
While LoganSquare allows us to generate de-/serialization code for selected entities it is sometimes necessary to provide a generic de-/serializer as fallback. I could think of a use case where you want to generate for some entities the de-/serialization code using LoganSquare and use the generated code transparently inside a regular Jackson ObjectMapper so that in case for some entity no code has been generated a fallback to the generic Jackson de-/serialization mechanism is done.
Therefore it wolud be nice to have an option in LoganSquare to also generate a Jackson Module that binds all generated de-/serializer from LoganSquare.
The text was updated successfully, but these errors were encountered: