125126127128129130131
* @return An instance of a Dn object * @throws IOException if we can't deserialize the Dn */ public Dn deserialize( ByteBuffer buffer ) throws IOException { return deserialize( new BufferHandler( buffer.array() ) ); }