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

Generalize Externalizer interface

    XMLWordPrintable

Details

    Description

      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; }

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: