tibemsObjectMsg

Type

Purpose

A message containing a serializable object.

Related Types

tibemsMsg

Function Description
tibemsObjectMsg_Create Create an object message.
tibemsObjectMsg_GetObjectBytes Get the byte sequence representing a serialized object from a message.
tibemsObjectMsg_SetObjectBytes Set the byte sequence of an object message.

Object Messages in C

Object messages are used for objects created in .NET or Java. A C program can create, receive, and send object messages. For example, a C application can forward or store an object generated from a Java or .NET application.

C programs cannot create object messages. However, a C program can receive an object message from a Java or .NET program, and forward it, or store it for later resending.

Serialization

The C library neither serializes objects nor reassembles them from bytes.