Exemplo n.º 1
0
 public Object decodeObject(NSCoder coder) {
   return new Character(coder.decodeChar());
 }