#include <xmog_serializable.h>
Inheritance diagram for xmog_serializable:


Static Public Member Functions | |
| static int | create (xmog_base *peer, xmog_localenv *env=NULL, xmog_flags=xmog_base::LOCAL) |
| Creates a new instance of an xmog_serializable. | |
| static char * | to_string (xmog_base *peer, xmog_localenv *env=NULL) |
| Returns a string containing the instance's state in text representation. | |
| static xmog_java_class * | get_class () |
Returns a pointer to the xmog_java_class that represents the Codemesh Serializable class. | |
|
||||||||||||||||
|
Creates a new instance of an xmog_serializable.
|
|
||||||||||||
|
Returns a string containing the instance's state in text representation. The returned string is dynamically allocated and needs to be freed by the caller.
Reimplemented from xmog_peer. |
1.4.1