Class JsonWebSerialDeserial

  • All Implemented Interfaces:
    org.wicketstuff.rest.contenthandling.IWebSerialDeserial
    Direct Known Subclasses:
    GsonWebSerialDeserial, JacksonWebSerialDeserial

    public class JsonWebSerialDeserial
    extends org.wicketstuff.rest.contenthandling.webserialdeserial.TextualWebSerialDeserial
    Web serializer/deserailizer that works with JSON format and UTF-8 encoding charset.
    Author:
    andrea del bene
    See Also:
    TextualWebSerialDeserial
    • Constructor Summary

      Constructors 
      Constructor Description
      JsonWebSerialDeserial​(org.wicketstuff.rest.contenthandling.IObjectSerialDeserial<String> objectSerialDeserial)  
    • Constructor Detail

      • JsonWebSerialDeserial

        public JsonWebSerialDeserial​(org.wicketstuff.rest.contenthandling.IObjectSerialDeserial<String> objectSerialDeserial)