fabricecw
fabricecw

Fabrice Locher

@fabricecw

Translates ideas into code. Aviation enthusiast.

1 Post 119 Views

  • No matching results...
  • Searching...

/ 255

In response to @huberfe

It‘s a question of what you need in the job. If it‘s okay for the job to work with a fresh model, only pass the ID and load the model from the DB (what is the case in 99%). If you really need the object, you have to serialize the model and be aware of possible impacts (complex object serialization, stale model data in async jobs, data exposure, …)

249