Hi Sven

For Moose we are wondering if we can use STON to save/load models
instead of MSE.
- I'm sure we can :)

Now my little friends would like to kill two or three birds with the
same stone :)

Would it be possible to use STON to handle cycles but to generate JSON
compatible
in the following sense:

Class {
   "id": 123,
   "name" : "A"
}

=>

{
   "id": 123,
   "type" : "Class",
   "name" : "A"
}

It means that we could be able to output an extra field and when we
read that the materialiser
would create an entity based on the type field for example.

Am I thinking something totally wrong?

Stef

Reply via email to