Converting Erlang record to binary -


i have method need pass record binary. tried list_to_binary/1 both passing record in , converting record list first passing in. however, bagarg error either options. not sure i'm missing? can this?

thanks in advance!

if need binary, might consider term_to_binary() , binary_to_term() functions..


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - WPF+EF - The operation cannot be completed because the DbContext has been disposed -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -