Phantasmal Site > Phantasmal API > API Listing > to_unq_text
API Function: to_unq_text
- Summary:
- serialize the UNQable object into UNQ text
- Defined In LPC Object:
- /usr/common/lib/dtd_unqable.c
- Prototype:
- string to_unq_text(void)
- Can Be Called By:
- Anybody
- Description:
-
Serialize the object to text. The default implementation of this
function calls to_dtd_unq(), which must be defined.
This function isn't access-protected. You should access-protect
your version of this and all other inherited functions, including
upgraded() and destructed().
- Return Value:
-
Nothing.
- Errors:
- Usually none.
- See Also:
- to_dtd_unq ,
from_unq
|