Package | Description |
---|---|
org.hibernate.search.indexes.serialization.avro.impl | |
org.hibernate.search.indexes.serialization.spi |
Modifier and Type | Class and Description |
---|---|
class |
AvroDeserializer |
Modifier and Type | Method and Description |
---|---|
Deserializer |
AvroSerializationProvider.getDeserializer() |
Modifier and Type | Method and Description |
---|---|
Deserializer |
SerializationProvider.getDeserializer()
This method will be invoked when any thread needs a Deserializer:
implementors of this Service can return the same instance multiple
times if the Deserializer implementation is threadsafe.
|
Copyright © 2006–2016 Hibernate. All rights reserved.