Class ExactChoiceSerializer
java.lang.Object
tools.jackson.databind.ValueSerializer<RecipeChoice.ExactChoice>
de.eldoria.jacksonbukkit.serializer.ExactChoiceSerializer
- All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ExactChoiceSerializer
extends tools.jackson.databind.ValueSerializer<RecipeChoice.ExactChoice>
Class for serialization of
RecipeChoice.ExactChoice.-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer
tools.jackson.databind.ValueSerializer.None -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(RecipeChoice.ExactChoice value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext serializers) Methods inherited from class tools.jackson.databind.ValueSerializer
acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties
-
Constructor Details
-
ExactChoiceSerializer
public ExactChoiceSerializer()
-
-
Method Details
-
serialize
public void serialize(RecipeChoice.ExactChoice value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext serializers) throws tools.jackson.core.JacksonException - Specified by:
serializein classtools.jackson.databind.ValueSerializer<RecipeChoice.ExactChoice>- Throws:
tools.jackson.core.JacksonException
-