Uses of Interface
com.azure.core.experimental.serializer.AvroSerializer
-
Packages that use AvroSerializer Package Description com.azure.core.experimental.serializer Package containing experimental serializer interfaces. -
-
Uses of AvroSerializer in com.azure.core.experimental.serializer
Methods in com.azure.core.experimental.serializer that return AvroSerializer Modifier and Type Method Description AvroSerializerAvroSerializerProvider. createInstance(String schema)Creates a newAvroSerializertied to the given schema.static AvroSerializerAvroSerializerProviders. createInstance(String schema)Creates an Avro serializer instance based using the firstAvroSerializerProviderfound on the classpath.
-