Go to the source code of this file.
Functions |
| template<typename T > |
| bool | vrfLua::DtAsciiSerializeLua (const luabind::object &lobj, DtString &serializedString) |
| | This is a templated function that is used and registered to the serializer for each object we have defined in lua.
|
| template<typename T > |
| luabind::object | vrfLua::DtAsciiDeserializeLua (lua_State *state, const DtString &typeName, const DtString &serializedString) |
| | This is a templated function that is used and registered to the (de)serializer for each object we have defined in lua.
|
Typedef Documentation
| typedef luabind::object(* DtDeserializerFunc)(lua_State *state, const DtString &typeName, const DtString &serializedString) |
| typedef bool(* DtSerializerFunc)(const luabind::object &, DtString &serializedString) |