adamfowleruk / groundupdb

Creating a database from the ground up in C++ for fun!
Apache License 2.0
109 stars 25 forks source link

Handle deserialisation of standard types #20

Open adamfowleruk opened 3 years ago

adamfowleruk commented 3 years ago

Please start with a use case description for a USER of this work [Who] As an app developer [What] I need to easily deserialise data in to standard types, as I can already serialise them [Value] In order to minimise the code and performance penalty in my app of using GroundUpDB

Describe the solution you'd like A function to auto return the correct type as was previously serialised

Describe alternatives you've considered Doing this yourself as an app programmer reveals prior knowledge of the key value type. Might not always be possible.

Additional context See the serialising feature for this #18

Will require:-

Will NOT require:-