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

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

            return(obj);
        }
 public ValuesOfObjKeyOptions(ValuesOfObjKeyOptions rhs) : base(rhs)
 {
 }