Class InterchangeableItemEntrySerializer
java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<InterchangeableItemEntry>
com.fasterxml.jackson.databind.ser.std.StdSerializer<InterchangeableItemEntry>
org.rspeer.game.config.item.serde.InterchangeableItemEntrySerializer
- All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
public class InterchangeableItemEntrySerializer
extends com.fasterxml.jackson.databind.ser.std.StdSerializer<InterchangeableItemEntry>
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer
com.fasterxml.jackson.databind.JsonSerializer.None -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidserialize(InterchangeableItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) voidserializeWithType(InterchangeableItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed) Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer
acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrowMethods inherited from class com.fasterxml.jackson.databind.JsonSerializer
getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId, withIgnoredProperties
-
Constructor Details
-
InterchangeableItemEntrySerializer
public InterchangeableItemEntrySerializer() -
InterchangeableItemEntrySerializer
-
-
Method Details
-
serializeWithType
public void serializeWithType(InterchangeableItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider, com.fasterxml.jackson.databind.jsontype.TypeSerializer typed) throws IOException - Overrides:
serializeWithTypein classcom.fasterxml.jackson.databind.JsonSerializer<InterchangeableItemEntry>- Throws:
IOException
-
serialize
public void serialize(InterchangeableItemEntry value, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException - Specified by:
serializein classcom.fasterxml.jackson.databind.ser.std.StdSerializer<InterchangeableItemEntry>- Throws:
IOException
-