Package io.deephaven.enterprise.iceberg
Class IcebergS3Instructions.Serializer
java.lang.Object
io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
io.deephaven.enterprise.iceberg.IcebergS3Instructions.Serializer
- All Implemented Interfaces:
- io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsonFormatVisitors.JsonFormatVisitable
- Enclosing class:
- IcebergS3Instructions
public static final class IcebergS3Instructions.Serializer
extends io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
A serializer for 
S3Instructions that only writes values that do not match the deephaven default values.- 
Nested Class SummaryNested classes/interfaces inherited from class io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializerio.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer.None
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidserialize(IcebergS3Instructions wrapper, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializerProvider) voidserializeWithType(IcebergS3Instructions value, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializers, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) Methods inherited from class io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializeracceptJsonFormatVisitor, getDelegatee, handledType, isEmpty, isEmpty, isUnwrappingSerializer, properties, replaceDelegatee, unwrappingSerializer, usesObjectId, withFilterId
- 
Constructor Details- 
Serializerpublic Serializer()
 
- 
- 
Method Details- 
serializeWithTypepublic void serializeWithType(IcebergS3Instructions value, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializers, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.jsontype.TypeSerializer typeSer) throws IOException - Overrides:
- serializeWithTypein class- io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
- Throws:
- IOException
 
- 
serializepublic void serialize(IcebergS3Instructions wrapper, io.deephaven.shadow.jackson.com.fasterxml.jackson.core.JsonGenerator gen, io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.SerializerProvider serializerProvider) throws IOException - Specified by:
- serializein class- io.deephaven.shadow.jackson.com.fasterxml.jackson.databind.JsonSerializer<IcebergS3Instructions>
- Throws:
- IOException
 
 
-