public static class Avro.Serializer
extends com.fasterxml.jackson.databind.JsonSerializer<org.apache.avro.specific.SpecificRecordBase>
| Modifier and Type | Field and Description |
|---|---|
static Avro.Serializer |
INSTANCE |
| Constructor and Description |
|---|
Serializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(org.apache.avro.specific.SpecificRecordBase value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers) |
public static Avro.Serializer INSTANCE
public void serialize(org.apache.avro.specific.SpecificRecordBase value,
com.fasterxml.jackson.core.JsonGenerator gen,
com.fasterxml.jackson.databind.SerializerProvider serializers)
throws IOException
serialize in class com.fasterxml.jackson.databind.JsonSerializer<org.apache.avro.specific.SpecificRecordBase>IOExceptionCopyright © 2019. All rights reserved.