public Msg ReplyFromServer()
		{
			int prefetchDepth = ReadInt();
			int prefetchCount = ReadInt();
			IIntIterator4 ids = new _FixedSizeIntIterator4Base_14(this, prefetchCount);
			ByteArrayBuffer buffer = MarshallObjects(prefetchDepth, prefetchCount, ids);
			return Msg.ReadMultipleObjects.GetWriterForBuffer(Transaction(), buffer);
		}
        public Msg ReplyFromServer()
        {
            int             prefetchDepth = ReadInt();
            int             prefetchCount = ReadInt();
            IIntIterator4   ids           = new _FixedSizeIntIterator4Base_14(this, prefetchCount);
            ByteArrayBuffer buffer        = MarshallObjects(prefetchDepth, prefetchCount, ids);

            return(Msg.ReadMultipleObjects.GetWriterForBuffer(Transaction(), buffer));
        }