public class GenericAvroSerializer extends AbstractAvroSerializer
A default implementation of the AvroSerializer that will just pass literal schemas back and forth. This should only be used if no other serializer will fit a use case.
Constructor and Description |
---|
GenericAvroSerializer() |
Modifier and Type | Method and Description |
---|---|
String |
getFingerprint(org.apache.avro.Schema schema) |
org.apache.avro.Schema |
getSchema(String fingerPrint) |
read, write
Copyright © 2022 The Apache Software Foundation. All rights reserved.