org.hibernate.search.indexes.serialization.spi
public interface LuceneWorkSerializer
LuceneWork
instances.
to the other nodes.Modifier and Type | Method and Description |
---|---|
String |
describeSerializer() |
List<LuceneWork> |
toLuceneWorks(byte[] data)
Convert a byte[] to a List of LuceneWork
|
byte[] |
toSerializedModel(List<LuceneWork> works)
Convert a List of LuceneWork into a byte[]
|
byte[] toSerializedModel(List<LuceneWork> works)
List<LuceneWork> toLuceneWorks(byte[] data)
String describeSerializer()
Copyright © 2006–2015 Hibernate. All rights reserved.