Class LongTypeDeserializer

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

public class LongTypeDeserializer extends AbstractNumberDeserializer<Long>
Deserializer for Long type.
  • Constructor Details

    • LongTypeDeserializer

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