Uploaded image for project: 'Commons Lang'
  1. Commons Lang
  2. LANG-241

[lang] Need ClassLoader support for SerializationUtils

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Won't Fix
    • 2.0
    • None
    • None
    • None
    • Operating System: All
      Platform: All

    • 35400

    Description

      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!

      Attachments

        Activity

          People

            Unassigned Unassigned
            badorek_jeffrey_w@cat.com Jeff Badorek
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: