Package org.eclipse.keyple.core.util.json
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
-
ClassDescriptionPOJO used to transport the content of an
Exception
into a string.JSON deserializer of aBodyError
.JSON serializer/deserializer of a byte array to a hex string.JSON serializer/deserializer of a ByteBuffer to a hex string.JSON serializer/deserializer of a byte to a hex string.JSON serializer/deserializer of aCalendar
to a string in ISO 8601 format.JSON serializer of aDate
to a string in ISO 8601 format.JSON serializer/deserializer of an integer to a hex string.Json utilities based on Gson (com.google.gson).JSON serializer/deserializer of a long to a hex string.JSON serializer/deserializer of a short to a hex string.JSON serializer of aThrowable
.