Class EnumSerializer
java.lang.Object
org.spincast.plugins.gson.serializers.EnumSerializer
- All Implemented Interfaces:
com.google.gson.JsonSerializer<Enum<?>>
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEnumSerializer
(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer) -
Method Summary
Modifier and TypeMethodDescriptionprotected JsonObjectFactory
protected JsonObjectSerializer
com.google.gson.JsonElement
-
Field Details
-
ENUM_SERIALIZER_FIELD_NAME_NAME
- See Also:
-
ENUM_SERIALIZER_FIELD_NAME_LABEL
- See Also:
-
-
Constructor Details
-
EnumSerializer
@Inject public EnumSerializer(JsonObjectFactory jsonObjectFactory, JsonObjectSerializer jsonObjectSerializer)
-
-
Method Details