#include <Encodable.h>
Inheritance diagram for TAO_Encodable
Public Methods | |
virtual | ~TAO_Encodable (void) |
virtual CORBA::Boolean | _tao_encode (TAO_OutputCDR &out_cdr) = 0 |
Encodes the object implementing this method into a CDR stream. Returns true on success and false on failure. | |
virtual CORBA::Boolean | _tao_decode (TAO_InputCDR &in_cdr) = 0 |
Decodes the object implementing this method from a CDR stream. Returns true on success and false on failure. |
This interface should be inherited by classes that wish to be encoded/decoded into/from a CDR stream. Implementation of the streaming methods is deferred to the subclasses.
|
|
|
Decodes the object implementing this method from a CDR stream. Returns true on success and false on failure.
|
|
Encodes the object implementing this method into a CDR stream. Returns true on success and false on failure.
|