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.
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 viaMetaTypeDescriptor
, but we do not have a simplified interface for containers.