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
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
-
Hello everyone, thanks for this great library!
So, Im using this library together with nextjs for map
api
data.Im using
class
strategy, so, I have (for example) UserEntity -> UserDto.I want to make something like UserEntity -> UserDto -> Object.
Is it possible? I cant serialize UserDto to return it into the client side, I must transform UserDto into object.
Thanks!
UPD: Im tried to use
automapper/pojos
and that strategy works are fine, butautomapper/classes
much more convenient and comfortable for development.Beta Was this translation helpful? Give feedback.
All reactions