Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-807

Generalize Externalizer interface

XMLWordPrintable

      Make Externalizer interface generalized in order to make it more typesafe, i.e.:

      interface Externalizer<T>

      { void writeObject(ObjectOutput output, T object) throws IOException; T readObject(ObjectInput input) throws IOException, ClassNotFoundException; }

              rh-ee-galder Galder ZamarreƱo
              rh-ee-galder Galder ZamarreƱo
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: