Ejemplo n.º 1
0
        public override void write(Object obj1, BOutput bout1, long version)
        {
            Class1Collections obj  = (Class1Collections)obj1;
            BOutputBin        bout = (BOutputBin)bout1;
            BBufferBin        bbuf = bout.bbuf;

            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.List1, false, byps.test.api.BSerializer_510524840.instance);
            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.Map1, false, byps.test.api.BSerializer_2058676657.instance);
            // checkpoint byps.gen.cs.PrintContext:494
            bout.writeObj(obj.Set1, false, byps.test.api.BSerializer_484881308.instance);
        }
Ejemplo n.º 2
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin         bin = (BInputBin)bin1;
            Class1Collections obj = (Class1Collections)(obj1 != null ? obj1 : bin.onObjectCreated(new Class1Collections()));

            BBufferBin bbuf = bin.bbuf;

            // checkpoint byps.gen.cs.PrintContext:449
            obj.List1 = (IList <byps.test.api.inherit.Class1>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.Map1 = (IDictionary <String, byps.test.api.inherit.Class1>)bin.readObj(false, null);
            // checkpoint byps.gen.cs.PrintContext:449
            obj.Set1 = (ISet <byps.test.api.inherit.Class1>)bin.readObj(false, null);

            return(obj);
        }
Ejemplo n.º 3
0
 public Class1Collections(Class1Collections rhs)
 {
     this.list1Value = rhs.list1Value;
     this.map1Value  = rhs.map1Value;
     this.set1Value  = rhs.set1Value;
 }
Ejemplo n.º 4
0
		public Class1Collections(Class1Collections rhs)
		{
			this.list1Value = rhs.list1Value;
			this.map1Value = rhs.map1Value;
			this.set1Value = rhs.set1Value;
		}