Allows you to change the behavior how a client or a server is created.
This setting should be set to the same value on the server and the clients.
ClientConfiguration configuration = Db4oClientServer.newClientConfiguration();
configuration.networking().clientServerFactory(new StandardClientServerFactory());