Class URITypeSerializer

  • All Implemented Interfaces:
    javax.json.bind.serializer.JsonbSerializer<URI>

    public class URITypeSerializer
    extends AbstractValueTypeSerializer<URI>
    Serializer for URI type.
    Author:
    David Kral
    • Constructor Detail

      • URITypeSerializer

        public URITypeSerializer​(Customization customization)
        Creates a new instance.
        Parameters:
        customization - Model customization.