Exemple #1
0
 @Override
 public void plan(final Serializer ser) throws IOException {
   ser.emptyElement(
       this,
       DATA,
       token(ictx.data.meta.name),
       MIN,
       token(ind.min),
       MAX,
       token(ind.max),
       TYP,
       token(ind.type.toString()));
 }