Interface Deserializer
- All Known Implementing Classes:
DeserializerImpl
public interface Deserializer
The basic interface representation of a deserializer used to produce valid Java object from a data source
-
Method Summary
-
Method Details
-
deserialize
- Throws:
DeserializationException
-
serialize
- Throws:
DeserializationException
-
unload
void unload()
-