Class ShortTypeSerializer

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

public class ShortTypeSerializer extends AbstractNumberSerializer<Short>
Serializer for Short type.
  • Constructor Details

    • ShortTypeSerializer

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