Package org.hibernate.search.indexes.serialization.javaserialization.impl

Represents a canonical model for the data that ought to be serialized.

See: Description

Package org.hibernate.search.indexes.serialization.javaserialization.impl Description

Represents a canonical model for the data that ought to be serialized. A JavaSerializationSerializationProvider convert List of LuceneWork into this canonical model. Note that some objects are reused in the Serialization / Deserialization contract used by other serializers but most are not and this code is mostly unused. Still it is a useful and typesafe references that we might want to keep around.
Author:
Emmanuel Bernard

Copyright © 2006-2014 Red Hat, Inc. All Rights Reserved