Class InventoryLoadoutSerializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonSerializer<InventoryLoadout>
-
- org.rspeer.game.config.item.serde.InventoryLoadoutSerializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
public class InventoryLoadoutSerializer extends com.fasterxml.jackson.databind.JsonSerializer<InventoryLoadout>
-
-
Constructor Summary
Constructors Constructor Description InventoryLoadoutSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
serialize(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers)
void
serializeWithType(InventoryLoadout loadout, 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(InventoryLoadout loadout, 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<InventoryLoadout>
- Throws:
IOException
-
serialize
public void serialize(InventoryLoadout loadout, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider serializers) throws IOException
- Specified by:
serialize
in classcom.fasterxml.jackson.databind.JsonSerializer<InventoryLoadout>
- Throws:
IOException
-
-