Package org.eclipse.keyple.core.util.json
JSON utility classes as serializers/deserializers, mainly used by the Keyple Distributed
Plugins solution.
- Since:
- 2.0.0
-
Class Summary Class Description BodyError POJO used to transport the content of anException
into a string.BodyErrorJsonDeserializer JSON deserializer of aBodyError
.ByteArrayJsonAdapter JSON serializer/deserializer of a byte array to a hex string.ByteJsonAdapter JSON serializer/deserializer of a byte to a hex string.CalendarJsonAdapter JSON serializer/deserializer of aCalendar
to a string in ISO 8601 format.DateJsonSerializer JSON serializer of aDate
to a string in ISO 8601 format.IntegerJsonAdapter JSON serializer/deserializer of an integer to a hex string.JsonUtil Json utilities based on Gson (com.google.gson).LongJsonAdapter JSON serializer/deserializer of a long to a hex string.ShortJsonAdapter JSON serializer/deserializer of a short to a hex string.ThrowableJsonSerializer JSON serializer of aThrowable
.