Class JsonUtils.RowSerializer

Object
com.fasterxml.jackson.databind.JsonSerializer<io.delta.kernel.data.Row>
com.fasterxml.jackson.databind.ser.std.StdSerializer<io.delta.kernel.data.Row>
io.delta.kernel.defaults.internal.json.JsonUtils.RowSerializer
All Implemented Interfaces:
com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable, com.fasterxml.jackson.databind.jsonschema.SchemaAware, Serializable
Enclosing class:
JsonUtils

public static class JsonUtils.RowSerializer extends com.fasterxml.jackson.databind.ser.std.StdSerializer<io.delta.kernel.data.Row>
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.JsonSerializer

    com.fasterxml.jackson.databind.JsonSerializer.None
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    serialize(io.delta.kernel.data.Row row, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider)
     

    Methods inherited from class com.fasterxml.jackson.databind.ser.std.StdSerializer

    acceptJsonFormatVisitor, getSchema, getSchema, handledType, wrapAndThrow, wrapAndThrow

    Methods inherited from class com.fasterxml.jackson.databind.JsonSerializer

    getDelegatee, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, serializeWithType, unwrappingSerializer, usesObjectId, withFilterId

    Methods inherited from class java.lang.Object

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

    • RowSerializer

      public RowSerializer()
  • Method Details

    • serialize

      public void serialize(io.delta.kernel.data.Row row, com.fasterxml.jackson.core.JsonGenerator gen, com.fasterxml.jackson.databind.SerializerProvider provider) throws IOException
      Specified by:
      serialize in class com.fasterxml.jackson.databind.ser.std.StdSerializer<io.delta.kernel.data.Row>
      Throws:
      IOException