Class ARI1JParameterNumberSerializer

java.lang.Object
tools.jackson.databind.ValueSerializer<ARI1JParameterNumber>
com.io7m.aradine.instrument.spi1.json_data.internal.ARI1JParameterNumberSerializer
All Implemented Interfaces:
tools.jackson.databind.jsonFormatVisitors.JsonFormatVisitable

public final class ARI1JParameterNumberSerializer extends tools.jackson.databind.ValueSerializer<ARI1JParameterNumber>
A parameter number serializer.
  • Nested Class Summary

    Nested classes/interfaces inherited from class tools.jackson.databind.ValueSerializer

    tools.jackson.databind.ValueSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
    A parameter number serializer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(ARI1JParameterNumber value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext ctxt)
     

    Methods inherited from class tools.jackson.databind.ValueSerializer

    acceptJsonFormatVisitor, createContextual, getDelegatee, handledType, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, resolve, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId, withFormatOverrides, withIgnoredProperties

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ARI1JParameterNumberSerializer

      public ARI1JParameterNumberSerializer()
      A parameter number serializer.
  • Method Details

    • serialize

      public void serialize(ARI1JParameterNumber value, tools.jackson.core.JsonGenerator gen, tools.jackson.databind.SerializationContext ctxt) throws tools.jackson.core.JacksonException
      Specified by:
      serialize in class tools.jackson.databind.ValueSerializer<ARI1JParameterNumber>
      Throws:
      tools.jackson.core.JacksonException