Class ByteTypeDeserializer

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

public class ByteTypeDeserializer extends AbstractNumberDeserializer<Byte>
Serializer for Byte type.
  • Constructor Details

    • ByteTypeDeserializer

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