SmartSockets .NET Class Library

TipcMsg.nextObject Method 

Decodes the next field (which must be a binary field) as an arbitrary .NET Object. Objects encoded into a binary field with the appendObject method are decoded with this method. Decoding objects carries the same restrictions as the standard .NET serialization mechanism. Serialized objects must implement the Serializable interface.

public virtual object nextObject();

Return Value

the object

Exceptions

Exception TypeCondition
TipcIOException If the object cannot be read

See Also

TipcMsg Class | TipcMsg Members | TIBCO.SMARTSOCKETS Namespace | appendObject


Copyright © TIBCO Software Inc. All rights reserved