tibemsObjectMsg Type Purpose A message containing a serializable object. Related Types tibemsMsg on page 21 Function Description Page tibemsObjectMsg_Create Create an object message. 105 tibemsObjectMsg_GetObjectBytes Get the byte sequence representing a serialized object from a message. 106 tibemsObjectMsg_SetObjectBytes Set the byte sequence of an object message. 107 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.