serializeNCF()  serializeNCFnsd()

Chapter 5: General Objects and Methods

serializeXML()

Description

Serializes the contents within this clNdo object into the designated blob using an XML format.

Syntax

serializeXML(blob *pBlob)

Parameter

Description

pBlob

Pointer to a blob to hold the serialized XML.

Return value

Integer. Returns 1 for success, and 0 for failure.

Usage

Pointer to object

Object

clNdo *pClNDdo1;int rv;blob testBlob;

.

.

rv = pClNdo1->serializeXML    (&testBlob);

clNdo clNDdo1;int rv;blob testBlob;

.

.

rv = clNdo1.serializeXML    (&testBlob);





Copyright © 2005. Sybase Inc. All rights reserved. serializeNCFnsd()

View this book as PDF