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++ - libcurl curl_easy_setopt "Unknown error" -

protocol buffers - zeromq with protobuf segmentation fault while parsing in c++ -