public interface Deserializer
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(InputStream inStr) |
String |
serialize(Object inObj) |
void |
unload() |
Object deserialize(InputStream inStr) throws DeserializationException
DeserializationExceptionString serialize(Object inObj) throws DeserializationException
DeserializationExceptionvoid unload()
Copyright © 2016–2025. All rights reserved.