4 Replies Latest reply on Feb 12, 2006 11:39 AM by kabirkhan

    Proxies and serialization.

      The proxy needs fixing to support serialization.

      It should do something like the DP where it just serializes enough
      information to be able to recreate the proxy class:
      * Target class
      * Interface introductions
      * Annotation introductions

      And the instance information:
      * The target
      * The metadata
      * Others? e.g. per instance interceptors that hold state.