Function :
 CAI_serializeConversationFromFactory


Description

The serialization mechanism of the factory is similar to the standard CAI_serializeConversation mechanism, except that the current TCP/IP connection is kept in the factory and reused in subsequent transactions.
The serialized context is stored in the o_flat_conversation structure.

 
API : Application Programming Interface

CaiErr	CAI_serializeConversationFromFactory(
	CAI_ConversationFactory
	CAI_Conversation 
	CAI_FlatConversation

*io_factory,
**i_conversation,
*o_flat_conversation);

 

Field Descriptions

Parameter In/Out Description
io_factory In/Out A pointer to the current factory.
i_conversation In A reference to a pointer to the conversation that is to be serialized.
o_flat_conversation Out A pointer to a flat conversation that will contain the serialized conversation (serialized context).