Class JaxbJsonSerializer<T>


  • public class JaxbJsonSerializer<T>
    extends Object
    Handles serialization and deserialization of objects JSON objects into Java using JAXB. The pojos where data is stored should include JAXB annotations.
    Author:
    Bill Branan Date: 7/29/13
    • Constructor Detail

      • JaxbJsonSerializer

        public JaxbJsonSerializer​(Class<T> type)
        Creates a serializer which will work with the defined class type.
        Parameters:
        type -