DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=35400>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=35400 Summary: Need ClassLoader support for SerializationUtils Product: Commons Version: 2.0 Final Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3 Component: Lang AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] It would be nice if SerializationUtils supported custom classloaders for deserialization. Changing from the use of ObjectInputStream to ObjectInputStreamWithLoader has worked for me. It would be nice if a new method could be added... public static Object deserialize(InputStream inputStream, ClassLoader loader) { ... } Thanks! -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
