Class ThrowableSerializer
java.lang.Object
org.spincast.plugins.gson.serializers.ThrowableSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<Throwable>
-
Constructor Summary
ConstructorDescriptionThrowableSerializer
(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer) -
Method Summary
Modifier and TypeMethodDescriptionprotected JsonObjectFactory
protected JsonObjectSerializer
com.google.gson.JsonElement
protected JsonObject
-
Constructor Details
-
ThrowableSerializer
@Inject public ThrowableSerializer(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer)
-
-
Method Details