Class 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:
    Serialized Form
    • Constructor Detail

      • InterchangeableItemEntrySerializer

        public InterchangeableItemEntrySerializer()
    • Method Detail

      • 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:
        serializeWithType in class com.fasterxml.jackson.databind.JsonSerializer<InterchangeableItemEntry>
        Throws:
        IOException