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

            if (version >= 700000000000013L)
            {
                // checkpoint byps.gen.cs.PrintContext:494
                bbuf.putString(obj.ACL_EVERYONE_RAW);
            }
            if (version >= 700000000000013L)
            {
                // checkpoint byps.gen.cs.PrintContext:494
                bout.writeObj(obj.ACL_EVERYONE, false, EloixClient.IndexServer.BSerializer_1944875656.instance);
            }
        }
Exemplo n.º 2
0
        public override Object read(Object obj1, BInput bin1, long version)
        {
            BInputBin bin = (BInputBin)bin1;
            AclItemC  obj = (AclItemC)(obj1 != null ? obj1 : bin.onObjectCreated(new AclItemC()));

            BBufferBin bbuf = bin.bbuf;

            if (version >= 700000000000013L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.ACL_EVERYONE_RAW = bbuf.getString();
            }
            if (version >= 700000000000013L)
            {
                // checkpoint byps.gen.cs.PrintContext:449
                obj.ACL_EVERYONE = (EloixClient.IndexServer.AclItem[])bin.readObj(false, EloixClient.IndexServer.BSerializer_1944875656.instance);
            }

            return(obj);
        }
Exemplo n.º 3
0
 public AclItemC(AclItemC rhs)
 {
     this.ACL_EVERYONE_RAWValue = rhs.ACL_EVERYONE_RAWValue;
     this.ACL_EVERYONEValue     = rhs.ACL_EVERYONEValue;
 }