dualbios / FileBaseContext

FileBaseContext is a provider of Entity Framework 7&8 to store database information in files.
MIT License
28 stars 9 forks source link

Redesign JsonDataSerializer #12

Closed dualbios closed 10 months ago

dualbios commented 11 months ago

Redesign JsonDataSerializer to use typed date instead of serialised AR: stored like { "Value": "5" "IsOpened" : "True" },

ER must be stored like { "Value": 5, "IsOpened" : true },

daveidmx commented 10 months ago

Should be addressed by #17

dualbios commented 10 months ago

closed by https://github.com/dualbios/FileBaseContext/pull/17