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 transports the content of anException
into a string.BodyErrorJsonDeserializer Serializer of aBodyError
that contains aRuntimeException
.ByteArrayJsonAdapter Serializer/Deserializer of a byte array to an hex string.ByteJsonAdapter Serializer/Deserializer of a byte to an hex string.IntegerJsonAdapter Serializer/Deserializer of an integer to an hex string.JsonUtil Json utilities based on Gson (com.google.gson).ThrowableJsonSerializer Serializer of aThrowable
.