| Package | Description |
|---|---|
| org.hibernate.search.indexes.serialization.avro.impl | |
| org.hibernate.search.indexes.serialization.impl | |
| org.hibernate.search.indexes.serialization.javaserialization.impl |
Represents a canonical model for the data that ought to be serialized.
|
| org.hibernate.search.indexes.serialization.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
AvroDeserializer.deserialize(byte[] data,
LuceneWorksBuilder hydrator) |
| Modifier and Type | Class and Description |
|---|---|
class |
LuceneWorkHydrator |
| Modifier and Type | Method and Description |
|---|---|
void |
JavaSerializationDeserializer.deserialize(byte[] data,
LuceneWorksBuilder hydrator) |
| Modifier and Type | Method and Description |
|---|---|
void |
Deserializer.deserialize(byte[] data,
LuceneWorksBuilder hydrator) |
Copyright © 2006–2015 Hibernate. All rights reserved.