Ejemplo n.º 1
0
 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
   ReadObjectBuilder.create(this, JdbcDatastore.class).readObject(stream);
 }
Ejemplo n.º 2
0
 private void readObject(ObjectInputStream stream) throws IOException, ClassNotFoundException {
   ReadObjectBuilder.create(this, TextFileDictionary.class).readObject(stream);
 }