public class AnyHelper
extends java.lang.Object
Instead for write,read methods, the methods marshal respective unmarshal are used to denote the implementation difference.
Modifier and Type | Method and Description |
---|---|
static void |
marshal(com.ericsson.otp.erlang.OtpOutputStream _out,
Any _any)
Marshal method for the Any class, encodes the Any object to the output stream.
|
static Any |
unmarshal(com.ericsson.otp.erlang.OtpInputStream _in)
Unmarshal method for the Any class, decodes an Any object from the stream.
|
public static void marshal(com.ericsson.otp.erlang.OtpOutputStream _out, Any _any) throws java.lang.Exception
java.lang.Exception
public static Any unmarshal(com.ericsson.otp.erlang.OtpInputStream _in) throws java.lang.Exception
java.lang.Exception