2 Replies Latest reply on Sep 28, 2006 10:38 AM by starksm64

    Support for readObject/readResolve replacement?

    starksm64

      Do we honor the java.io.Serializable readObject/readResolve contract such that one can control what object is returned? A typical example of using this is the old type safe enum pattern that maps a string/int onto a static final instance.