public object ReadObject()

in src/main/csharp/StreamMessage.cs [140:151]


		public object ReadObject()
		{
			try
			{
				return this.tibcoStreamMessage.ReadObject();
			}
			catch(Exception ex)
			{
				ExceptionUtil.WrapAndThrowNMSException(ex);
				return 0;
			}
		}