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

            BBufferBin bbuf = bin.bbuf;

            return(obj);
        }
Example #2
0
 public CheckinReportInfo(CheckinReportInfo rhs)
 {
 }