Exposing the Deserializer / Serializer class hierarchy is problematic in AngelScript because some of them are refcounted and some are not. This means that in many cases the load functions have been exposed to accept only a File handle. In this case I believe a manual overload for Resource::Load() with a vectorbuffer can be added.