Uploaded image for project: 'Wicket'
  1. Wicket
  2. WICKET-3778

Add possibility to use different (de)serializer for pages

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 1.5-RC4
    • 1.5-RC5
    • wicket
    • None

    Description

      Currently Wicket uses default Java serialization to persist/load the page to/from the backing stores.
      There are serialization libraries which claim to be more performant than Java serialization.

      With this ticket I want to make Wicket more configurable by introducing IPageSerializer interface with Java serialization as default implementation (as it works today).

      Additionally I'll add an implementation based on http://code.google.com/p/kryo/ in wicketstuff project at Github.

      Attachments

        1. wicket-3778.patch
          17 kB
          Martin Tzvetanov Grigorov
        2. WICKET-3778.patch
          97 kB
          Pedro Santos

        Activity

          People

            mgrigorov Martin Tzvetanov Grigorov
            mgrigorov Martin Tzvetanov Grigorov
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: