Exemplo n.º 1
0
 public static void write(String fullyNamedPath, Poll... polls) {
   write(fullyNamedPath, serialize(polls));
 }