Class ByteTypeSerializer

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

public class ByteTypeSerializer extends AbstractNumberSerializer<Byte>
Serializer for Byte type.
  • Constructor Details

    • ByteTypeSerializer

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