You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It needs the necessary cdefs already present in LuaJIT to work but it seems no problem as they were already present when saving.
It can be used as a plug in a more general serializer for tables.
ptr, ref, bitfields and anonymous struct (union) having a typedef now added.
For finding typedef of an anonymous struct it would be necessary to have access to refct_from_id
I have implemented a cdata serializer with reflect that I wish to share. It recreates the table of init values used in ffi.new
I can be used as:
It needs the necessary cdefs already present in LuaJIT to work but it seems no problem as they were already present when saving.
It can be used as a plug in a more general serializer for tables.
this is the cdataser.lua code
feedback welcome
The text was updated successfully, but these errors were encountered: