public final class AnyHolder
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 |
---|---|
void |
_marshal(com.ericsson.otp.erlang.OtpOutputStream out)
Marshal method for the Any class, encodes the Any object to the output stream.
|
void |
_unmarshal(com.ericsson.otp.erlang.OtpInputStream in)
Unmarshal method for the Any class, decodes an Any object from the stream and
assigns it to the Holder value.
|
public Any value
public AnyHolder()
public AnyHolder(Any initial)
public void _marshal(com.ericsson.otp.erlang.OtpOutputStream out) throws java.lang.Exception
java.lang.Exception
public void _unmarshal(com.ericsson.otp.erlang.OtpInputStream in) throws java.lang.Exception
java.lang.Exception