Class IntegerTypeSerializer

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

public class IntegerTypeSerializer extends AbstractNumberSerializer<Integer>
Serializer for Integer type.
  • Constructor Details

    • IntegerTypeSerializer

      public IntegerTypeSerializer(Customization customization)
      Creates a new instance.
      Parameters:
      customization - Model customization.
  • Method Details