org.hibernate.search.indexes.serialization.spi
Interface Deserializer
- All Known Implementing Classes:
- AvroDeserializer, JavaSerializationDeserializer
public interface Deserializer
Contract between Hibernate Search and the Deserializer.
All the LuceneWork construction is delegated to methods of
PluggableSerializationLuceneWorkSerializer.
After deserialize is call, Hibernate Search will
extract the built List of LuceneWork
- Author:
- Emmanuel Bernard
deserialize
void deserialize(byte[] data,
LuceneWorksBuilder hydrator)
Copyright © 2006-2012 Red Hat Middleware, LLC. All Rights Reserved