A bit similar to #7 ```julia obj = 1:10 LightBSON.bson_write(path, obj) LightBSON.bson_read(typeof(obj),path) ``` throws an error: ``` KeyError: key :start not found ``` Should ranges and other common types from Base work out of the box? Or is this out of scope?