bugfix + classloader support
- adds setClassloader to FSTConfiguration. Using custom classloading currently requires a dedicated FSTConfiguration per classloader. In version 2.x it will be possible to temporary add custom classloading to fstobjectinputstream as creating a FSTConfigruation is a very expensive operation
- fatal flaw in FSTObjectInput.resetForReUse (introduced during refactoring) fixed.