Package com.ericsson.otp.ic
Class TermHelper
java.lang.Object
com.ericsson.otp.ic.TermHelper
Helper class for Term.
-
Method Details
-
marshal
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Term _any) throws Exception Marshal method for the Term class, encodes the Term object to the output stream.- Throws:
Exception
-
unmarshal
Unmarshal method for the Term class, decodes a Term object from the stream.- Returns:
- Term, read from the input stream
- Throws:
Exception
-