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
Post a Comment