extrawurst / unecht

Game Engine Framework for the D programming language
MIT License
55 stars 6 forks source link

use mambo/orange for (de)serialization? #124

Closed extrawurst closed 8 years ago

extrawurst commented 9 years ago

this looks quiet promising: https://github.com/jacob-carlborg/mambo/tree/master/mambo/serialization which is the old orange serializer in a nice dub package.

extrawurst commented 8 years ago

sorted out the issue with serialization of private fields using tupleof already for the defaultInspector. will rewirte the serializer to move the vode out of the components.

extrawurst commented 8 years ago

https://github.com/Extrawurst/unecht/issues/138