ImmutableOctet / glare

Glare: Open Source Game Engine written in Modern C++
MIT License
0 stars 0 forks source link

Implement deserialization for container types #55

Closed ImmutableOctet closed 1 year ago

ImmutableOctet commented 1 year ago

We should have straight-forward routines for container deserialization (vector and map types). We currently have support for engine::load, which lets us handle individual objects via MetaTypeDescriptor, but we do not have a simplified interface for containers.