Re: Deprecated the Conversion Library

2015-07-09 Thread Paul Merlin
Niclas, I extensively use the Conversion library in my apps. Does the new UoW support for conversion between Entities and Values allows for type-relaxed conversion and does it provide a way to insert custom conversion code (see 'prototypeOpportunity' in Conversion library) ? /Paul Niclas

Re: Deprecated the Conversion Library

2015-07-09 Thread Paul Merlin
Some use-cases: - don't expose the whole state (eg. password hashes) - computed/transformed state (eg. entity state ~ value state) Paul Merlin a écrit : Niclas, I extensively use the Conversion library in my apps. Does the new UoW support for conversion between Entities and Values allows

Re: Deprecated the Conversion Library

2015-07-09 Thread Paul Merlin
Niclas Hedhman a écrit : No it doesn't, but then I think we should spend the time to find the additional solutions to support these usecases in the primary toEntity/toValue mechanism. And with the deprecation, it is clear that these cases will have to get some work prior to 3.0. Makes sense?