Example #1
0
        public override void write(Object obj1, BOutput bout1, long version)
        {
            base.write(obj1, bout1, version);
            NavigationInfo obj  = (NavigationInfo)obj1;
            BOutputBin     bout = (BOutputBin)bout1;
            BBufferBin     bbuf = bout.bbuf;

            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putBoolean(obj.ignoreDocuments);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.maxCount);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.maxDepth);
            // checkpoint byps.gen.cs.PrintContext:494
            bbuf.putInt(obj.maxSiblings);
            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.startIDs, true, EloixClient.IndexServer.BSerializer_1888107655.instance);
            if (version >= 900000014000007L)
            {
                // checkpoint byps.gen.cs.PrintContext:494
                bout.writeObj(obj.findInfo, false, null);
            }
        }