[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: AW: Standard metatable
- From: Sebastian Rohde <rohde@...>
- Date: Tue, 28 Mar 2006 12:49:32 +0200
Does anybody know something about this? Or did I miss something in the
documentation?
I wrote:
> While working on our lua_State serialization I found that lua tables seem
> to have a metatable even if it seems that none has been set by the user or
> by our code. Is that correct?
> Can this metatable be safely ignored and how can I distinguish this
> metatable from user defined to ignore it during serialization? (And why
> did this metatable not have this standard metatable?)