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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.documentMask = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.id = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.name = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.searchMask = bbuf.getBoolean();
            if (version >= 700000000000000L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.folderMask = bbuf.getBoolean();
                if (version >= 700000000000004L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.guid = bbuf.getString();
                    if (version >= 700000000000042L)
                    {
                        // checkpoint byps.gen.cs.PrintContext:449
                        obj.access = bbuf.getInt();
                        if (version >= 800000036000001L)
                        {
                            // checkpoint byps.gen.cs.PrintContext:449
                            obj.barcodeMask = bbuf.getBoolean();
                            if (version >= 900000022000007L)
                            {
                                // checkpoint byps.gen.cs.PrintContext:449
                                obj.nameTranslationKey = bbuf.getString();
                            }
                        }
                    }
                }
            }

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.dateEndIso = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.dateStartIso = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.dateType = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportAttachments = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportDocs = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportDocsVersions = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportEncrytedDocs = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportKeywords = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.exportReminders = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.replaceRefWithOriginal = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.searchId = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.srcType = bbuf.getInt();
            if (version >= 900000016000014L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.exportStructure = bbuf.getBoolean();
                if (version >= 1000000020000009L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.ignoreEmptyFolders = bbuf.getBoolean();
                }
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.masksList = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.srcList = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.desc = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.name = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.onlyGroups = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.onlyUsers = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.returnUserInfoMap = bbuf.getBoolean();
            if (version >= 1000170010000005L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.hasFlags = bbuf.getInt();
                // checkpoint byps.gen.cs.PrintContext:449
                obj.hasFlags2 = bbuf.getInt();
                // checkpoint byps.gen.cs.PrintContext:449
                obj.hasNotFlags = bbuf.getInt();
                // checkpoint byps.gen.cs.PrintContext:449
                obj.hasNotFlags2 = bbuf.getInt();
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ldapProperty = (EloixClient.IndexServer.KeyValue)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.property = (EloixClient.IndexServer.KeyValue)bin.readObj(false, null);
            if (version >= 1000170010000004L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.checkoutUsersZ = (EloixClient.IndexServer.CheckoutUsersZ)bin.readObj(false, null);
                // checkpoint byps.gen.cs.PrintContext:449
                obj.userIds = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            }

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.createDateIso = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.hashtagGuidOrName = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.lastUsedIso = bbuf.getString();
            if (version >= 900000030000004L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.minCount = bbuf.getInt();
                if (version >= 900000030000007L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.findFeeds = bbuf.getBoolean();
                    if (version >= 900000030000016L)
                    {
                        // checkpoint byps.gen.cs.PrintContext:449
                        obj.findSubscriptions = bbuf.getBoolean();
                        if (version >= 900000030000020L)
                        {
                            // checkpoint byps.gen.cs.PrintContext:449
                            obj.findHashTags = bbuf.getBoolean();
                        }
                    }
                }
            }
            if (version >= 900000030000007L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.actionZ = (EloixClient.IndexServer.feed.ActionZ)bin.readObj(false, null);
                // checkpoint byps.gen.cs.PrintContext:449
                obj.sordZ = (EloixClient.IndexServer.SordZ)bin.readObj(false, null);
            }

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.newFeed = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.newTask = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.newWorkflow = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.userGuid = bbuf.getString();

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.previewAvailable = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.previewError = bbuf.getBoolean();
            if (version >= 700000040000010L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.fileExtensions = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            }

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.id = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.limited = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.name = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.verbose = bbuf.getBoolean();

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.accuracy = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.minCharConfidence = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.objId = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.outputFormat = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.pageNo = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.rectUnit = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.replaceChar = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.singleColumnMode = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.timeoutSeconds = bbuf.getInt();
            if (version >= 900000030000028L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.pageTimeout = bbuf.getInt();
                if (version >= 1000170069000001L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.spaces = bbuf.getInt();
                    if (version >= 1000170080000003L)
                    {
                        // checkpoint byps.gen.cs.PrintContext:449
                        obj.encoding = bbuf.getInt();
                    }
                }
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.imageData = (EloixClient.IndexServer.FileData)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.recognizeLangs = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.recognizeRects = (EloixClient.IndexServer.OcrRect[])bin.readObj(false, EloixClient.IndexServer.BSerializer_610838867.instance);
            if (version >= 900000030000027L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.pageNumbers = (int[])bin.readObj(false, EloixClient.IndexServer.BSerializer_100361105.instance);
            }

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.activeJobsValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.finishedJobsValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.fullInfoValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.jobGuidValue = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ciValue = (EloixClient.IndexServer.ClientInfo)bin.readObj(false, null);

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.createDateIso = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.objId = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.userId = bbuf.getString();
            if (version >= 900000014000003L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.findNotifications = bbuf.getBoolean();
                if (version >= 900000022000016L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.findHashTags = bbuf.getBoolean();
                    if (version >= 900000030000016L)
                    {
                        // checkpoint byps.gen.cs.PrintContext:449
                        obj.findSubscriptions = bbuf.getBoolean();
                    }
                }
            }
            if (version >= 900000012000001L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.actionTypes = (IList <EloixClient.IndexServer.feed.EActionType>)bin.readObj(false, null);
                if (version >= 900000014000003L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.sordZ = (EloixClient.IndexServer.SordZ)bin.readObj(false, null);
                }
            }

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.userId = bbuf.getString();
            if (version >= 700000040000014L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.excludeDefaultValues = bbuf.getBoolean();
                // checkpoint byps.gen.cs.PrintContext:449
                obj.excludeGroupValues = bbuf.getBoolean();
                if (version >= 800000010000001L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.groupId = bbuf.getInt();
                    if (version >= 1000170040000004L)
                    {
                        // checkpoint byps.gen.cs.PrintContext:449
                        obj.includeAllGroupAndDefaultOptions = bbuf.getBoolean();
                    }
                }
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.options = (EloixClient.IndexServer.KeyValue[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1826370901.instance);
            if (version >= 800000010000001L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.defaultOptions = (EloixClient.IndexServer.KeyValue[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1826370901.instance);
                // checkpoint byps.gen.cs.PrintContext:449
                obj.groupOptions = (EloixClient.IndexServer.KeyValue[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1826370901.instance);
                // checkpoint byps.gen.cs.PrintContext:449
                obj.userOptions = (EloixClient.IndexServer.KeyValue[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1826370901.instance);
            }

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.useAuthValue = bbuf.getBoolean();

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.typeDocuments = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.typeStructures = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.typeExtensions = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.typeIDs = (int[])bin.readObj(false, EloixClient.IndexServer.BSerializer_100361105.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.typeNames = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.inclDeleted = bbuf.getBoolean();
            if (version >= 700000000000031L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.inclToBeTranslated = bbuf.getBoolean();
            }
            // checkpoint byps.gen.cs.PrintContext:449
            obj.langs = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.terms = (String[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1888107655.instance);

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

            BBufferBin bbuf = bin.bbuf;

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

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.materializeOnServerValue = bbuf.getBoolean();

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.linkPermanent = bbuf.getBoolean();

            return(obj);
        }
示例#18
0
		public override Object read(object obj1, BInput bin1, long version) {
			BInputBin bin = ((BInputBin)bin1);
			BBufferBin bbuf = bin.bbuf;
			int n = bbuf.getLength();
			List<bool> arr = new List<bool>(n);
			bin.onObjectCreated(arr);
			for (int i = 0; i < n; i++) {
				bool obj = bbuf.getBoolean();
				arr.Add(obj);
			}
			return arr;
		}
示例#19
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            BResult_1 obj = (BResult_1)(obj1 != null ? obj1 : bin.onObjectCreated(new BResult_1()));

            BBufferBin bbuf = bin.bbuf;

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

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.inclRefPaths = bbuf.getBoolean();

            return(obj);
        }
示例#21
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);
        }
示例#22
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin         bin = (BInputBin)bin1;
            CheckinDocOptions obj = (CheckinDocOptions)(obj1 != null ? obj1 : bin.onObjectCreated(new CheckinDocOptions()));

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.keepIds = bbuf.getBoolean();

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.copy = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.name = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.replicate = bbuf.getBoolean();
            if (version >= 800000024000002L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.history = bbuf.getBoolean();
            }

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.deleteFinally = bbuf.getBoolean();

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

            base.read(obj, bin1, version);
            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.DateVal = bbuf.getDate();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.DeferredValue = bbuf.getInt();
            // 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.ShortVal = bbuf.getShort();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.StringVal = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.Value = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ObjVal = (Object)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.ObjVal2 = (Object)bin.readObj(false, null);

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.addToFulltext = bbuf.getBoolean();

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.add = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.enabled = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.id = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.raw = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.text = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.children = (EloixClient.IndexServer.Keyword[])bin.readObj(false, EloixClient.IndexServer.BSerializer_206201524.instance);

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.onlyHereValue = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.tokenValue = bbuf.getString();

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

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

            // checkpoint byps.gen.cs.PrintContext:449
            obj.active = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.inheritRights = bbuf.getBoolean();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.subsId = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.subsName = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.userId = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.userName = bbuf.getString();

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

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.backNodeComment = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.backNodeMoveX = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.backNodeMoveY = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.backNodeName = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.delegateNodeComment = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.delegateNodeMoveX = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.delegateNodeMoveY = bbuf.getInt();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.delegateNodeName = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.delegateToUserId = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.flowId = bbuf.getString();
            // checkpoint byps.gen.cs.PrintContext:449
            obj.nodeId = bbuf.getInt();
            if (version >= 1000000020000008L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.delegateParallel = bbuf.getBoolean();
            }
            if (version >= 800000000000004L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.copyMembersToBackNodeZ = (EloixClient.IndexServer.WFNodeZ)bin.readObj(false, null);
                // checkpoint byps.gen.cs.PrintContext:449
                obj.copyMembersToDelegateNodeZ = (EloixClient.IndexServer.WFNodeZ)bin.readObj(false, null);
                if (version >= 1000000020000008L)
                {
                    // checkpoint byps.gen.cs.PrintContext:449
                    obj.delegateToUserIds = (IList <String>)bin.readObj(false, null);
                }
            }

            return(obj);
        }