Class ItemEntrySetupSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<ItemEntrySetup>
-
- org.rspeer.game.config.item.serde.ItemEntrySetupSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class ItemEntrySetupSerializer extends com.fasterxml.jackson.databind.JsonSerializer<ItemEntrySetup>
-
-
Constructor Summary
Constructors Constructor Description ItemEntrySetupSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(ItemEntrySetup value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
void
serializeWithType(ItemEntrySetup value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed)
-
-
-
Method Detail
-
serializeWithType
public void serializeWithType(ItemEntrySetup value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed) throws IOException
- Overrides:
serializeWithType
in classcom.fasterxml.jackson.databind.JsonSerializer<ItemEntrySetup>
- Throws:
IOException
-
serialize
public void serialize(ItemEntrySetup value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
- Specified by:
serialize
in classcom.fasterxml.jackson.databind.JsonSerializer<ItemEntrySetup>
- Throws:
IOException
-
-