示例#1
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXServicePortIF_internalReceiveEvents obj = (BRequest_IXServicePortIF_internalReceiveEvents)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXServicePortIF_internalReceiveEvents()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.subsIdValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.timeoutMillisValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);

            return(obj);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin  bin = (BInputBin)bin1;
            ConfigFile obj = (ConfigFile)(obj1 != null ? obj1 : bin.onObjectCreated(new ConfigFile()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.dir = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.isDirectory = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lastModifiedISO = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.name = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.size = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.uploadResult = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.url = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.fileData = (EloixClient.IndexServer.FileData)bin.readObj(false, null);

            return(obj);
        }
示例#3
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemotePrimitiveTypes_sendAllTypes obj = (BRequest_RemotePrimitiveTypes_sendAllTypes)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemotePrimitiveTypes_sendAllTypes()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.bValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.cValue = bbuf.getChar();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.dValue = bbuf.getDouble();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.fValue = bbuf.getFloat();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.iValue = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.sValue = bbuf.getShort();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.strValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.oValue = (Object)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ptValue = (byps.test.api.prim.PrimitiveTypes)bin.readObj(false, null);

            return(obj);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            Any       obj = (Any)(obj1 != null ? obj1 : bin.onObjectCreated(new Any()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.booleanValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.doubleValue = bbuf.getDouble();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.intValue = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.longValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.stringValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.type = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.anyArray = (EloixClient.IndexServer.Any[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1233910153.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.byteArray = (byte[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1374008726.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.objectValue = (EloixClient.IndexServer.ValueClass)bin.readObj(false, null);

            return(obj);
        }
示例#5
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin  bin  = (BInputBin)bin1;
            BBufferBin bbuf = bin.bbuf;

            // lengths
            int n3 = bbuf.getLength();
            int n2 = bbuf.getLength();
            int n1 = bbuf.getLength();
            int n0 = bbuf.getLength();

            // create array
            long[,,,] arr = new long[n3, n2, n1, n0];
            bin.onObjectCreated(arr);

            // read
            for (int i3 = 0; i3 < n3; i3++)
            {
                for (int i2 = 0; i2 < n2; i2++)
                {
                    for (int i1 = 0; i1 < n1; i1++)
                    {
                        for (int i0 = 0; i0 < n0; i0++)
                        {
                            arr[i3, i2, i1, i0] = bbuf.getLong();
                        }
                    }
                }
            }

            return(arr);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            JobState  obj = (JobState)(obj1 != null ? obj1 : bin.onObjectCreated(new JobState()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.countErrors = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.countEstimatedMax = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.countProcessed = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.expires = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobEnd = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobGuid = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobName = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobRunning = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobStart = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lastGuid = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lastID = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.strMsg = bbuf.getString();
            if (version >= 800000036000000L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.doCancelJob = bbuf.getBoolean();
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.procInfo = (EloixClient.IndexServer.ProcessInfo)bin.readObj(false, null);
            if (version >= 700000000000000L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.countResult = (EloixClient.IndexServer.CountResult)bin.readObj(false, null);
            }

            return(obj);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            UrlParams obj = (UrlParams)(obj1 != null ? obj1 : bin.onObjectCreated(new UrlParams()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.highlightTerms = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.length = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.offset = bbuf.getLong();

            return(obj);
        }
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin    bin = (BInputBin)bin1;
            SystemReport obj = (SystemReport)(obj1 != null ? obj1 : bin.onObjectCreated(new SystemReport()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.doccount = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.docsize = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ftsize = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.previewsize = bbuf.getLong();

            return(obj);
        }
示例#9
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin  bin = (BInputBin)bin1;
            SystemInfo obj = (SystemInfo)(obj1 != null ? obj1 : bin.onObjectCreated(new SystemInfo()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.endDate = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.startDate = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.storePathID = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.userReportMode = bbuf.getLong();

            return(obj);
        }
示例#10
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin   bin = (BInputBin)bin1;
            EventFilter obj = (EventFilter)(obj1 != null ? obj1 : bin.onObjectCreated(new EventFilter()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.busId = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.param1 = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.param2 = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.type = bbuf.getLong();

            return(obj);
        }
示例#11
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_BUtilityRequests_cancelMessage obj = (BRequest_BUtilityRequests_cancelMessage)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_BUtilityRequests_cancelMessage()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.messageIdValue = bbuf.getLong();

            return(obj);
        }
示例#12
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemotePrimitiveTypes_setLong obj = (BRequest_RemotePrimitiveTypes_setLong)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemotePrimitiveTypes_setLong()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.vValue = bbuf.getLong();

            return(obj);
        }
示例#13
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BResult_6 obj = (BResult_6)(obj1 != null ? obj1 : bin.onObjectCreated(new BResult_6()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.resultValue = bbuf.getLong();

            return(obj);
        }
示例#14
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            OcrInfo   obj = (OcrInfo)(obj1 != null ? obj1 : bin.onObjectCreated(new OcrInfo()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.busId = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.eventId = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.messagesLanguage = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.queryLanguages = (EloixClient.IndexServer.OcrInfoQueryLanguages)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.recognizeFile = (EloixClient.IndexServer.OcrInfoRecognizeFile)bin.readObj(false, null);

            return(obj);
        }
示例#15
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin     bin = (BInputBin)bin1;
            SubscriptionZ obj = (SubscriptionZ)(obj1 != null ? obj1 : bin.onObjectCreated(new SubscriptionZ()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.bset = bbuf.getLong();

            return(obj);
        }
示例#16
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin      bin = (BInputBin)bin1;
            PrivateMembers obj = (PrivateMembers)(obj1 != null ? obj1 : bin.onObjectCreated(new PrivateMembers()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.BoolVal = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ByteVal = bbuf.getByte();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.CharVal = bbuf.getChar();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.DoubleVal = bbuf.getDouble();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.FloatVal = bbuf.getFloat();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.IntVal = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.LongVal = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.PprotInt = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ProtInt = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ShortVal = bbuf.getShort();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.StringVal = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ArrBool = (bool[])bin.readObj(false, byps.test.api.BSerializer_2058423690.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ArrInt = (int[])bin.readObj(false, byps.test.api.BSerializer_100361105.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ArrPrimitiveTypes = (byps.test.api.prim.PrimitiveTypes[])bin.readObj(false, byps.test.api.BSerializer_2053507648.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ArrString = (String[])bin.readObj(false, byps.test.api.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ListBool = (IList <bool>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ListInt = (IList <int>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ListPrimitiveTypes = (IList <byps.test.api.prim.PrimitiveTypes>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ListString = (IList <String>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.MapIntListString = (IDictionary <int, IList <String> >)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.PrimitiveTypes = (byps.test.api.prim.PrimitiveTypes)bin.readObj(false, null);

            return(obj);
        }
示例#17
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin            bin = (BInputBin)bin1;
            DocMaskLineTemplateZ obj = (DocMaskLineTemplateZ)(obj1 != null ? obj1 : bin.onObjectCreated(new DocMaskLineTemplateZ()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.bset = bbuf.getLong();

            return(obj);
        }
示例#18
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemoteStreams_putSharedStream obj = (BRequest_RemoteStreams_putSharedStream)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteStreams_putSharedStream()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.idValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.streamValue = (System.IO.Stream)bin.readObj(false, null);

            return(obj);
        }
示例#19
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXEventBusHandler_processEventBusEvents obj = (BRequest_IXEventBusHandler_processEventBusEvents)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXEventBusHandler_processEventBusEvents()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.subsIdValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.eventsValue = (EloixClient.IndexServer.Event[])bin.readObj(false, EloixClient.IndexServer.BSerializer_910482075.instance);

            return(obj);
        }
示例#20
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXServicePortIF_deleteEventBusListener obj = (BRequest_IXServicePortIF_deleteEventBusListener)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXServicePortIF_deleteEventBusListener()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.lsnIdValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);

            return(obj);
        }
示例#21
0
        public override Object read(object obj1, BInput bin1, long version)
        {
            BInputBin   bin  = ((BInputBin)bin1);
            BBufferBin  bbuf = bin.bbuf;
            int         n    = bbuf.getLength();
            List <long> arr  = new List <long>(n);

            bin.onObjectCreated(arr);
            for (int i = 0; i < n; i++)
            {
                long obj = bbuf.getLong();
                arr.Add(obj);
            }
            return(arr);
        }
示例#22
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            OcrWorker obj = (OcrWorker)(obj1 != null ? obj1 : bin.onObjectCreated(new OcrWorker()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.busId = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lastUsed = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.state = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.subsId = bbuf.getLong();
            if (version >= 1000170010000006L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.reserved = bbuf.getLong();
            }

            return(obj);
        }
示例#23
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            EditInfoZ obj = (EditInfoZ)(obj1 != null ? obj1 : bin.onObjectCreated(new EditInfoZ()));

            base.read(obj, bin1, version);
            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.bset = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.sordZ = (EloixClient.IndexServer.SordZ)bin.readObj(false, null);

            return(obj);
        }
示例#24
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXServicePortIF_startExport obj = (BRequest_IXServicePortIF_startExport)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXServicePortIF_startExport()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.optionsValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.topLevelIDsValue = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);

            return(obj);
        }
示例#25
0
        private void internalTestLong(long v)
        {
            // Serialize/deserialize here
            BBufferBin bbuf = (BBufferBin)BBuffer.create(BBinaryModel.MEDIUM, null);

            bbuf.putLong(v);
            byte[]     data  = bbuf.getBuffer().array();
            BBufferBin bbuf2 = (BBufferBin)BBuffer.create(BBinaryModel.MEDIUM, ByteBuffer.wrap(data, 0, bbuf.position()));
            long       r     = bbuf2.getLong();

            TestUtils.assertEquals(log, "longVal", v, r);

            // Send to server, receive from server
            remote.SetLong(v);
            r = remote.GetLong();
            TestUtils.assertEquals(log, "Wrong long", v, r);
        }
示例#26
0
        public override Object read(object obj1, BInput bin1, long version)
        {
            BInputBin  bin  = ((BInputBin)bin1);
            BBufferBin bbuf = bin.bbuf;
            Dictionary <short, long> map = new Dictionary <short, long>();

            bin.onObjectCreated(map);
            int n = bbuf.getLength();

            for (int i = 0; i < n; i++)
            {
                short key   = bbuf.getShort();
                long  value = bbuf.getLong();
                map[key] = value;
            }
            return(map);
        }
示例#27
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXServicePortIF_startImport obj = (BRequest_IXServicePortIF_startImport)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXServicePortIF_startImport()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.filingPathValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.guidMethodValue = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.optionsValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);

            return(obj);
        }
示例#28
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_HealthCheckService_updateMeanValue obj = (BRequest_HealthCheckService_updateMeanValue)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_HealthCheckService_updateMeanValue()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.meanValueValue = bbuf.getDouble();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.nameValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.sampleSizeValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);

            return(obj);
        }
示例#29
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_RemoteConstants_compare_AllTypesC obj = (BRequest_RemoteConstants_compare_AllTypesC)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_RemoteConstants_compare_AllTypesC()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.bool1sValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.bool2sValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.char1sValue = bbuf.getChar();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.char2sValue = bbuf.getChar();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.double1sValue = bbuf.getDouble();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.float1sValue = bbuf.getFloat();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.int1sValue = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.long1sValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.short1sValue = bbuf.getShort();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.string1sValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.stringNullValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ALLValue = (byps.test.api.cons.AllTypesZ)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.arrAllValue = (byps.test.api.cons.AllTypesZ[, ])bin.readObj(false, byps.test.api.BSerializer_81775365.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.arrIntValue = (int[])bin.readObj(false, byps.test.api.BSerializer_100361105.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.arrInt4Value = (int[, , , ])bin.readObj(false, byps.test.api.BSerializer_39910537.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.arrStringsValue = (String[])bin.readObj(false, byps.test.api.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.arrStrings4Value = (String[, , , ])bin.readObj(false, byps.test.api.BSerializer_588723219.instance);

            return(obj);
        }
示例#30
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BRequest_IXServerEvents_onAfterCheckinNotes obj = (BRequest_IXServerEvents_onAfterCheckinNotes)(obj1 != null ? obj1 : bin.onObjectCreated(new BRequest_IXServerEvents_onAfterCheckinNotes()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.noteCValue = bbuf.getLong();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ecValue = (EloixClient.IndexServer.IXServerEventsContext)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.notesValue = (EloixClient.IndexServer.Note[])bin.readObj(false, EloixClient.IndexServer.BSerializer_776454091.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.sordsValue = (EloixClient.IndexServer.Sord[])bin.readObj(false, EloixClient.IndexServer.BSerializer_919539303.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.unlockZValue = (EloixClient.IndexServer.LockZ)bin.readObj(false, null);

            return(obj);
        }