Class CustomTypedValueSerializer

java.lang.Object
com.fasterxml.jackson.databind.JsonSerializer<TypedValue>
com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedValue>
org.openprovenance.prov.core.json.serialization.serial.CustomTypedValueSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable, Constants

public class CustomTypedValueSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedValue> implements Constants
See Also:
  • Field Details

    • QUALIFIED_NAME_XSD_STRING

      public static final QualifiedName QUALIFIED_NAME_XSD_STRING
  • Constructor Details

    • CustomTypedValueSerializer

      protected CustomTypedValueSerializer()
    • CustomTypedValueSerializer

      protected CustomTypedValueSerializer(Class<TypedValue> t)
  • Method Details

    • serialize

      public void serialize(TypedValue attr, com.fasterxml.jackson.core.JsonGenerator jsonGenerator, com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<TypedValue>
      Throws:
      IOException