public interface SerializationProvider extends Service
Note: Providers are encouraged to offer a backward and forward compatible protocol.
Implementors are encouraged to implement a descriptive toString()
method for logging purposes.
| Modifier and Type | Method and Description |
|---|---|
Deserializer |
getDeserializer() |
Serializer |
getSerializer() |
Serializer getSerializer()
Deserializer getDeserializer()
Copyright © 2006–2014 Hibernate. All rights reserved.