216217218219220221222223224
catch ( InstantiationException ie ) { throw new IOException( I18n.err( I18n.ERR_599, encodableClass ) ); } Encoder encoder = factory.getEncoder(); return encoder.encode( encodable ); }
215216217218219220221222223
catch ( InstantiationException ie ) { throw new IOException( "Error instantiating encoder for " + encodableClass ); } Encoder encoder = factory.getEncoder(); return encoder.encode( encodable ); }