public void write(Object obj1, BOutput bout1, final long version) throws BException {
   BOutputBin bout = (BOutputBin) bout1;
   BBufferBin bbuf = bout.bbuf;
   java.util.List<byps.test.api.inl.Point2D> arr =
       (java.util.List<byps.test.api.inl.Point2D>) obj1;
   int n = arr.size();
   bbuf.putLength(n);
   for (byps.test.api.inl.Point2D obj : arr) {
     // checkpoint byps.gen.j.PrintContext:313
     bout.writeObj(obj, false, byps.test.api.inl.BSerializer_1835035436.instance);
   }
 }
 public void write(Object obj1, BOutput bout1, final long version) throws BException {
   BOutputBin bout = (BOutputBin) bout1;
   BBufferBin bbuf = bout.bbuf;
   Map<java.lang.Integer, byte[]> map = (Map<java.lang.Integer, byte[]>) obj1;
   int n = map.size();
   bbuf.putLength(n);
   for (Map.Entry<java.lang.Integer, byte[]> obj : map.entrySet()) {
     // checkpoint byps.gen.j.PrintContext:332
     bbuf.putInt(obj.getKey() != null ? (Integer) obj.getKey() : 0);
     // checkpoint byps.gen.j.PrintContext:313
     bout.writeObj(obj.getValue(), false, byps.test.api.BSerializer_1374008726.instance);
   }
 }