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
Bug: The serialization to json string is not executed. The result is always an empty object (˙{}). Solution: Custom json converter is required. Proof of concept code (nested converter and ignored properties):
Bug: The serialization to json string is not executed. The result is always an empty object (
˙{}
).Solution: Custom json converter is required.
Proof of concept code (nested converter and ignored properties):
Discussion: This conversion can be slower than mapping to a well-known data transfer object with a mapper library (e.g. AutoMapper or Mapster)
The text was updated successfully, but these errors were encountered: