We need the possibility to drag&drop entities within different processes.
Therefor we implemented an entityconverter, that puts an entity into a stream, using TDataSnapJsonSerializer.
So the entity is serialized to JSON first. This JSON is put into a stream afterwards.
My first question is, is there an easier way to put an Entity into a stream?
Doing it this way, as we all know, there is a dragdrop effect called copy.
For this it would be really nice, if there is a callback, for changing datas for each MemberInfo.
So that for example IDs could be set to 0, so that new Entities would be created.
So my second question is, will this callback require a feature request, or would it easy to implement on your site?