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