Class SerializationUtils
java.lang.Object
org.hibernate.search.util.common.serialization.spi.SerializationUtils
Deprecated, for removal: This API element is subject to removal in a future version.
With no alternative provided. This util was mostly intended for testing purposes.
Create your own copy if you were relying on the functionality it provides.
-
Method Summary
Modifier and TypeMethodDescriptionstatic <T> Tdeserialize(Class<T> type, byte[] bytes) Deprecated, for removal: This API element is subject to removal in a future version.static byte[]Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
serialize
Deprecated, for removal: This API element is subject to removal in a future version. -
deserialize
Deprecated, for removal: This API element is subject to removal in a future version.
-