Erlang records / Jinterface

vladdu vlad_dumitrescu@REDACTED
Fri Aug 19 09:00:31 CEST 2005


Hi,

I'm not sure if a tuple type would solve your problem in a good way: since Java can't easily know about the type details, the external format would have to also encode the field names every time a record is passed. 

This is almost the same as converting yourself the record to a {key,value} list and sending that instead, which you can do today.

regards,
Vlad
_________________________________________________________
Sent using Mail2Forum (http://m2f.sourceforge.net)



More information about the erlang-questions mailing list